Emit an app
emit_appPAID. Turns an opointo canvas into a working Expo app: navigation, providers, tab bar, screens and the components they need. Returns a recipe to apply to the current project: the exact files with target paths, the dependency install line, and ordered steps. Files marked skeleton or component are hand-written and device-verified, and verify_app reports any that were changed. Needs the share code from the App Builder's "Send app to agent" button.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | the share code, e.g. "34ca4babb2" | |
| override | No | emit even when screens are flagged as not ready. Ask the customer first; the flags exist for a reason. |