Function: start

start(_, config, args): void

Start command for React Native CLI. It runs DevServerProxy to provide Development Server functionality to React Native apps in development mode.

internal

Parameters

Name Type Description
_ string[] Original, non-parsed arguments that were provided when running this command.
config Config React Native CLI configuration object.
args StartArguments Parsed command line arguments.

Returns

void

Defined in

packages/repack/src/commands/start.ts:21