Forrest logo
back to context overview

react-native-start

List of commands for react-native-start:

  • react-native-start:tldr:1476e react-native-start: Start the server in verbose mode.
    $ react-native start --verbose
    try on your machine
    explain this command
  • react-native-start:tldr:7e52b react-native-start: Start the server in a custom port (defaults to 8081).
    $ react-native start --port ${3000}
    try on your machine
    explain this command
  • react-native-start:tldr:8e950 react-native-start: Start the server that communicates with connected devices.
    $ react-native start
    try on your machine
    explain this command
  • react-native-start:tldr:a61ef react-native-start: Disable interactive mode.
    $ react-native start --no-interactive
    try on your machine
    explain this command
  • react-native-start:tldr:c8ab4 react-native-start: Start the metro bundler with a clean cache.
    $ react-native start --reset-cache
    try on your machine
    explain this command
  • react-native-start:tldr:cdd90 react-native-start: Specify the maximum number of workers for transforming files (default is the number of CPU cores).
    $ react-native start --max-workers ${count}
    try on your machine
    explain this command
back to context overview