@nrwl/expo:run
Run Expo target options
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.
Run Expo target options
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.
true
Whether to skip starting the Metro bundler. True to start it, false to skip it.
Device name or UDID to build the app on. The value is not required if you have a single device connected.
ios
ios
, android
Platform to run for (ios, android).
8081
Port to start the Metro bundler on
(iOS) Explicitly set the Xcode scheme to use
true
Syncs npm dependencies to package.json (for React Native autolink). Always true when --install is used.
debug
(Android) Specify your app's build variant (e.g. debug, release).
Debug
(iOS) Xcode configuration to use. Debug or Release