This PR adds "deploy previews" (similar to what you get when deploying to Vercel) that will publish the app to Expo and provide a preview app for each PR that is opened on the repo. This will make it easy to review PRs. We also deploy the latest "develop" and "main" branch apps every time code is merged to the respective branches which will make it easier to see the current state of the app at all times.
Fixes #34
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] This change requires a documentation update
How Has This Been Tested?
Download the Expo Go Android / iOS app and scan the QR code added to the README. You should be able to run the app on your phone.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
This PR adds "deploy previews" (similar to what you get when deploying to Vercel) that will publish the app to Expo and provide a preview app for each PR that is opened on the repo. This will make it easy to review PRs. We also deploy the latest "develop" and "main" branch apps every time code is merged to the respective branches which will make it easier to see the current state of the app at all times.
Fixes #34
Type of change
How Has This Been Tested?
Download the Expo Go Android / iOS app and scan the QR code added to the README. You should be able to run the app on your phone.
Checklist: