React Native - sarahduv-401-advanced-javascript/seattle-javascript-401d32 GitHub Wiki
React Natice Deployments
The Different Parts of a React Native App
- There are two things that go into a React Native App
- The native code
- The JavaScript code
How to update
- Over the air
- App store
Tools to make it easier
- OTA Updates = CodePush
- Native Updates = Fastlane
- Continuous Integration = Bitrise/CircleCI
Source: https://medium.com/react-native-training/understanding-react-native-deployments-6e54157920b7