0.9.22 • Published 4 years ago

expo-app v0.9.22

Weekly downloads
6
License
private
Repository
github
Last release
4 years ago

expo-app

Android/iOS apps built with Expo and React Native

Uses:

Installing development environment

Follow Expo.io installation guide https://docs.expo.io/versions/latest/

Running App locally

expo start -c

Debugging Redux

Install redux extension to chrome to follow actions and how they change the state https://github.com/zalmoxisus/redux-devtools-extension

Build (prod) - Use script command in package.json

iOS

  • iOS for Expo testing: expo build:ios --release-channel default
  • iOS for App Store: expo build:ios --release-channel prod

Android

  • Android for Expo Testing: expo build:android --release-channel default
  • Android for Play Store: expo build:android --release-channel prod

Publish (prod) - Use script command in package.json

  • Expo testing: expo publish --release-channel default
  • iOS/Android for Play Store: expo publish --release-channel prod

Auth keys

Download following files to your project root: