24 lines
310 B
Markdown
24 lines
310 B
Markdown
# @nrwl/react-native:start
|
|
|
|
Starts the dev server for JS bundle.
|
|
|
|
Options can be configured in `angular.json` when defining the executor, or when invoking it.
|
|
|
|
## Options
|
|
|
|
### port
|
|
|
|
Default: `8081`
|
|
|
|
Type: `number`
|
|
|
|
The port to listen on.
|
|
|
|
### resetCache
|
|
|
|
Default: `false`
|
|
|
|
Type: `boolean`
|
|
|
|
Resets metro cache.
|