Examples (6)
Start the server that communicates with connected devices
Start the metro bundler with a clean cache
react-native start --reset-cacheStart the server in a custom port (defaults to 8081)
react-native start --port 3000Start the server in verbose mode
react-native start --verboseSpecify the maximum number of workers for transforming files (default is the number of CPU cores)
react-native start --max-workers countDisable interactive mode
react-native start --no-interactivemade by @shridhargupta | data from tldr-pages