git clone https://github.com/carera/react-native-basics.git
cd react-native-basics
npm install
Run packager:
npm start
- Run XCode project
- Build and run project
cd react-native-basics/android
./gradlew assembleDebug
adb install /path/to/app-debug.apk # install either to existing emulator or connected device