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```
@radinreth
Copy link
Author

splash screen center size : 568.062992126px
splash screen size: 2208px 2208px

icon : 2048px x 2048px

@radinreth
Copy link
Author

makeappicon.com
http://ticons.fokkezb.nl/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment