We use Microsoft App Center CodePush for our React Native app at StreetCred
During the setup and usage process we abstracted a number of common tasks to scripts in package.json
to help make our lives easier. package-scripts.json
is a snippet of our app's package.json
file.
documentation.md
is a snippet from our app's README
explaining the available scripts and reasoning behind some of the choices.
As of 2018-11-20 we're just getting CodePush in place. As we use it more and learn more about our needs, these will most likely change.