Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 688 Bytes

File metadata and controls

36 lines (20 loc) · 688 Bytes
title description
@nrwl/react-native:start executor
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

interactive

Default: true

Type: boolean

Run packager server in interactive mode.

port

Default: 8081

Type: number

The port to listen on.

resetCache

Default: false

Type: boolean

Resets metro cache.