25 lines
422 B
Markdown
25 lines
422 B
Markdown
# @nrwl/react-native:start
|
|
|
|
Starts the dev server for JS bundle.
|
|
|
|
Options can be configured in `workspace.json` when defining the executor, or when invoking it.
|
|
Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
|
|
|
|
## Options
|
|
|
|
### port
|
|
|
|
Default: `8081`
|
|
|
|
Type: `number`
|
|
|
|
The port to listen on.
|
|
|
|
### resetCache
|
|
|
|
Default: `false`
|
|
|
|
Type: `boolean`
|
|
|
|
Resets metro cache.
|