2021-09-16 20:30:00 -04:00

24 lines
423 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. Read more about how to configure targets and executors here: https://nx.dev/core-concepts/configuration#targets.
## Options
### port
Default: `8081`
Type: `number`
The port to listen on.
### resetCache
Default: `false`
Type: `boolean`
Resets metro cache.