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.

  1. Initialise the React Native app.
    react-native init [project-name] --template typescript
    
  2. Push to Git Repository
  3. Initialise Gitflow
  4. Configure CI
  5. Release

Now the app should be downloadable via Testflight / Play store. Other recommended tools:

  1. Jest
  2. Recommended libraries
  3. Linting and automatic checks
  4. README

Optional steps:

  1. Sentry