Function: start
▸ 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
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
Promise
<{ stop
: () => Promise
<void
> }>