Manual Release
In order to release the app manually - when needed to is the following
In order for correct versioning, you need to change the version in the package.json and change the version.
For android you need to change the variables in gradle.properties:
package.json
Reminder
When going to release a new version, remember to do npm iin the root of the project.
in ios folder do pod install to install new packages
This will make a testflight or internal testing version of the current version of the app respectively. Which makes it possible to push to release if wanted.