droidconKE / droidconKE2022ReactNative

Official DroidconKE 2022 React Native App
https://play.google.com/store/apps/details?id=com.brianwachira.droidconKE2022ReactNative&hl=en&gl=US
MIT License
8 stars 17 forks source link

Add expo preview deploys #35

Closed antosan closed 1 year ago

antosan commented 1 year ago

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: