- Install dependencies:
npm install - To run from command line try:
react-native run-ios
- Install dependencies:
npm install - You might need to do this to run it in Android Studio or on real device:
adb reverse tcp:8081 tcp:8081 - And for the sample server:
adb reverse tcp:3000 tcp:3000 - To run from command line try:
react-native run-android