2022-01-13 12:37:19 -05:00

29 lines
595 B
Markdown

---
title: '@nrwl/react-native:start executor'
description: 'Starts the Javascript server that communicates with connected devices.'
---
# @nrwl/react-native:start
Starts the Javascript server that communicates with connected devices.
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.