This is an Expo.io project.
To run the app on your machine follow these steps:
- Clone this repo and jump into the project folder:
$ git clone git@github.com:coopdevs/timeoverflow-mobile-app.git
$ cd timeoverflow-mobile-app
- Install Expo's CLI node package:
$ npm install exp --global
- Run Expo!
$ exp start
-
The previous command will output a QR code which will be used later to access the app from your phone.
-
Install Expo's client on your phone: https://expo.io/tools#client
-
Open the Expo app and scan the QR code. Now you are running the Time Overflow app on your phone! Make any change on the project and the Expo mobile client will automatically reload the changes. Enjoy!