aboutsummaryrefslogtreecommitdiff
path: root/mobile/README.md
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-04-23 01:35:03 +0000
committerKumar Damani <damani.kumar@gmail.com>2019-04-23 01:35:03 +0000
commitbc55c117d22ee4c59d983a0d0cad283f567c4d92 (patch)
tree98d84f48de10aaafe89d8c9afcb3285bea590367 /mobile/README.md
parent2ed2b0d01b9207b6c5003fe083238720a8409962 (diff)
parentf5d81a36b4869ad0f91aa97451cbbc26004889d6 (diff)
Merge branch 'web-homepage' into 'master'
Web homepage See merge request kdam0/helpthehomeless!1
Diffstat (limited to 'mobile/README.md')
-rw-r--r--mobile/README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/mobile/README.md b/mobile/README.md
new file mode 100644
index 0000000..5517dd1
--- /dev/null
+++ b/mobile/README.md
@@ -0,0 +1,31 @@
+# The Mobile Component
+
+## Installation
+
+### Requirements
+
+1. npm
+2. Mobile emulator or real a device with Expo Client [Android](https://play.google.com/store/apps/details?id=host.exp.exponent&referrer=www), [iOS](https://itunes.apple.com/app/apple-store/id982107779) installed
+
+### Steps
+
+1. From this directory:
+
+ `npm install`
+
+ `npm start`
+
+ This should open your browser to a page on localhost created by Expo with a QR code.
+
+2. Open the Expo Client and scan the QR code from the browser. The app now build on the device.
+
+> Note: If you want to connect to the Web Component from the mobile, you need to have the Web Component running simultaneously on localhost. Then you need to update the ip address found in app.json under "apiUrl" under "dev" to your local ip. Leave the port and remainder url as is.
+
+## Latest Production build (master branch)
+
+https://expo.io/@csc301dreamteam/helpthehome?release-channel=prod
+
+## Latest QA build (qa branch)
+
+https://expo.io/@csc301dreamteam/helpthehome?release-channel=staging
+