ˇ## Development
npm install
npm start
- Make sure your branch passes the tests -
npm test
- Open a PR
- Check the PR comments to find a link to the expo preview build
- Bump Version using
npm version [major|minor|patch]
- Both the
package.json
andapp.json
versions will be automatically updated - Push
main
to GitHub -git push origin main
- Push tag to GitHub -
git push origin --tags
- GitHub Action will automatically build and submit - https://github.com/athena-logistics/athena-rn/actions/workflows/tag-stable.yml
- Submit Android App for Review in the
Play Console
- Contact @punkah for access
- Submit iOS Release for review on
App Store Connect
- Contact @punkah for access