Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 922 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 922 Bytes

Getting started

This project utilizes Expo for development. To get started please install the following:

$ npm install expo-cli --global

You may also need an Expo account to use the Expo Client for iOS and Android.

Note: This project specifically targets iOS at this time.

Once you have an Expo account, the expo cli and client installed you can run:

$ yarn

Launching

Navigate to the project's folder and run:

expo start

This will start the Metro Bundler and starting the app. If you run into caching issues, you can run the following to get a fresh bundle:

expo r -c

Once the project has launched, you can use your phone's camera to scan the QR code to launch the project in the Expo Client.