jrzimmerman / bestrida-rn

Bestrida's React Native Client for iOS and Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bestrida

Build Status CircleCI Stories in Ready

Deployment

Make sure to bump version npm version (major|minor|patch) or build npm run bump-build

(iOS) Deploy to Apple Store

https://facebook.github.io/react-native/docs/running-on-device.html Set to build for a generic device Product > Archive and follow prompt

(Android) Deploy to Google Play Store

https://facebook.github.io/react-native/docs/signed-apk-android.html Make sure docker is closed before opening the android emulator. cd android && ./gradlew assembleRelease The generated APK can be found under android/app/build/outputs/apk/app-release.apk, and is ready to be distributed. Test release with: react-native run-android --variant=release Deploy release to: https://play.google.com/apps/publish

About

Bestrida's React Native Client for iOS and Android

License:MIT License


Languages

Language:JavaScript 92.1%Language:Objective-C 4.4%Language:Java 2.0%Language:Python 1.4%