expo_build_local_start
Initiate a local native build for iOS or Android using Expo, with options for device, variant, and cache cleaning.
Instructions
Start local native build (expo run:ios or expo run:android)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Platform to build for | |
| device | No | Device name, ID, or "simulator" | |
| variant | No | Build variant (default: debug) | |
| clean | No | Clean build cache before building |