-
Clone the repo
-
Install Node.js dependencies
; npm install
-
You may need to sign up for an Expo account to be able to properly view the app (not sure), also to view on your phone itself, download the Expo Client app.
-
Start the metro bundler:
; npm start
-
To open the app in a browser, press
w
in the terminal session. -
To open the app in an android emulator, press
a
(you will need to install Android Studio and run a device using the Virtual Device Manager before pressinga
) -
To open the app in an iOS emulator, press
i
(you will need Xcode installed)