Skip to content

Instantly share code, notes, and snippets.

@radinreth
Last active December 5, 2016 12:08
Show Gist options
  • Save radinreth/6c6f8f7840e594e3343d9741af506ac4 to your computer and use it in GitHub Desktop.
Save radinreth/6c6f8f7840e594e3343d9741af506ac4 to your computer and use it in GitHub Desktop.
```./gradlew assembleRelease | clean | installRelease```
run this to get bundle file for ios
```react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output iOS/main.jsbundle```
Install apk to phone
```adb install -r file name```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment