react-native-innovator Beginner(Walker)

Getting Started

  1. Ensure you've followed the React Native - Get Started Guide
  2. Clone this project https://github.com/DineshRajput21/react-native-booter.git
  3. Run npm install from root directory
  4. Start the app on emulator/simulator or physical devices

Stack

Common problems

Most likely another process is already using this port Run the following command to find out which process:

#### lsof -n -i4TCP:8081

You can either shut down the other process:

####  kill -9 <PID>

or run packager on different port.