React Native
This guide discusses the steps from initialisation of the app up until the release. Some steps are the same as for the Rails app.
- Initialise the React Native app.
react-native init [project-name] --template typescript
- Push to Git Repository
- Initialise Gitflow
- Configure CI
- Release
Now the app should be downloadable via Testflight / Play store. Other recommended tools:
Optional steps: