-
Notifications
You must be signed in to change notification settings - Fork 0
All Deployed Versions
Kumar Damani edited this page Mar 20, 2019
·
2 revisions
- Go to the url
https://helpthehome-qa.herokuapp.com/map
- Go to the url
https://helpthehome-prod.herokuapp.com/map
- checkout whatever branch you want to test, run npm install, then npm start.
Note the following steps are only working on Android at the moment, iOS must be done manually (see below)
- Go to the url
https://expo.io/@csc301dreamteam/helpthehome?release-channel=staging
. (You may need to click the app name to get to the QR code page) - Once your on the page with the QR code, double check that the url bar ends with string
?release-channel=staging
. If not, then add it to the existing url string and hit enter. - Now scan this QR code into the Expo Client, you should now be seeing changes from the latest
qa
branch.
- Go to the url
https://expo.io/@csc301dreamteam/helpthehome?release-channel=prod
. (You may need to click the app name to get to the QR code page) - Once your on the page with the QR code, double check that the url bar ends with string
?release-channel=prod
. If not, then add it to the existing url string and hit enter. - Now scan this QR code into the Expo Client, you should now be seeing changes from the latest
master
branch.
- checkout whatever branch you want to test, run npm install, then npm start.