emit_screen
PAID. Turn one composed screen into a real TSX file you can drop into an app you already have — your navigator, your routes. Returns the complete file inline, the components to install first, and how to mount it. Use emit_app instead when the customer wants a whole app with navigation and a tab bar. Needs the share code from the composer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentName | No | React component name for the file, e.g. "CheckoutScreen". Defaults to GeneratedScreen. | |
| compositionId | Yes | the share code, e.g. "34ca4babb2" |