native_build
Build and launch native iOS or Android development builds, streaming output to a correlated timeline for error debugging.
Instructions
Build + launch the native dev build for the active pane (expo run:ios / expo run:android); output streams to the timeline. Cockpit-only (needs the native toolchain). After it boots, use native_open to drive it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory to build; defaults to the active pane's project. | |
| platform | Yes | Which platform to build: ios or android. |