▸ 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
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. |
void