2022-01-05 16:23:44 -05:00

29 lines
527 B
Markdown

---
title: '@nrwl/react-native:start executor'
description: 'Starts the dev server for JS bundle.'
---
# @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 configure targets and executors here: https://nx.dev/configuration/projectjson#targets.
## Options
### port
Default: `8081`
Type: `number`
The port to listen on.
### resetCache
Default: `false`
Type: `boolean`
Resets metro cache.