aboutsummaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-04-18 23:38:26 +0000
committerGitHub <noreply@github.com>2019-04-18 23:38:26 +0000
commit2556455ab286d7ceb5cefbb081cc8e2c6ca5cb73 (patch)
tree8a93fd4d774c3d42abc404213ef565531350398b /mobile
parent52ce47b39b053934189120d5c0686f9c8a71b29a (diff)
parent750db994aaba6af8205ce62d4e05de19aaa508f6 (diff)
Merge pull request #73 from csc301-winter-2019/web-homepage
updated readmes, removed db url link
Diffstat (limited to 'mobile')
-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
+