▸ start(_
, config
, args
): Promise
<{ stop
: () => Promise
<void
> }>
Start command for React Native CLI.
It runs @callstack/repack-dev-server
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. |
Promise
<{ stop
: () => Promise
<void
> }>