commands.sh

react-native start

all

Start the React Native server.

More info →

Examples (6)

Start the server that communicates with connected devices

Start the metro bundler with a clean cache

react-native start --reset-cache

Start the server in a custom port (defaults to 8081)

react-native start --port 3000

Start the server in verbose mode

Specify the maximum number of workers for transforming files (default is the number of CPU cores)

react-native start --max-workers count

Disable interactive mode

react-native start --no-interactive
made by @shridhargupta | data from tldr-pages