add_screen
PAID. Add one new screen to an app that was already exported: the screen file, the route that mounts it, the exact line to register it, and how to navigate to it. Reads the .recipebooq/files.json manifest to work out the route tree — it never reads or rewrites your source, so the one edit to an existing file is handed to you as a line to add rather than a file to overwrite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | nest it in this tab's stack so the tab bar stays visible. Omit to put it at the root, where it covers the tab bar (right for a modal). | |
| manifest | Yes | the parsed .recipebooq/files.json from the project root | |
| componentName | No | React component name, e.g. "InvoiceDetail". Defaults to GeneratedScreen. | |
| compositionId | Yes | share code for the new screen, from the composer |