- Google Play Store
- App Store
Coming soon
- Node.js v10+ + Yarn
- React Native CLI (
npm -g install react-native-cli
) - Android Studio
- Xcode Command Line tools (
xcode-select --install
) - CocoaPods (
gem install cocoapods
) More on how to install react native here
# install dependencies
yarn install
# run bundler
yarn run serve
# run on Android device/emulator
yarn run android
# run on iOS device/simulator
yarn run ios
# run tests
yarn run test
# lint code
yarn run lint
###Android:
# install dependencies
yarn install
# run bundler
yarn run serve
# Build debug apk
yarn debug-build
###iOS
- Run
pod install
- Switch version to 0.1
- Increment build number
- Archive app
- Sign and upload to TestFlight
###Android:
# install dependencies
yarn install
# run bundler
yarn run serve
#IMPORTANT Before this step increment build number in build.gradle
# Build debug apk
yarn release-build
- Upload release-apk to Play Console and wait for review :)
###iOS
- Run
pod install
- Switch version to 1.0
- Increment build number
- Archive app
- Sign and upload to TestFlight
- After TestFlight is apporved promote release to production