verify_app
PAID. Check that an emitted app was actually applied correctly, before building it. Report what you wrote — file paths with byte sizes, your package.json dependencies, and the project config — and get back what is missing, which copy-verbatim files were altered, which packages are absent, and whether the config merge that expo-router needs was done. Catches the four ways a long recipe goes wrong, each of which fails silently or points somewhere else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | the share code you passed to emit_app | |
| files | Yes | what you actually wrote: { path, bytes } per file, path relative to the project root. `bytes` must be the file's size in BYTES on disk (what `wc -c` reports), not its character count — the two differ for any file containing a non-ASCII character. | |
| config | No | ||
| dependencies | No | the keys of package.json's dependencies |