Download with the Github client for Windows or MacOS, or download the ZIP directly from this site.
- Node.js installed
- Yarn is installed (you could go without it, of course, but directions assume you have it)
- Expo CLI is installed globally (
npm install -g expo-cli
) - The Expo app is installed on your phone (ignore if you're using the iOS simulator) Also see Expo's directions for getting started
- In the terminal,
cd
to the project directory. - Run
yarn
to restore dependencies. - Run
expo start
to start running the app.
- Once
expo start
kicks off and you see the QR code on the screen and directions for running, pressi
for the iOS simulator ora
for the Android emulator.
- Open the Expo app on your device.
- Go to the projects tab.
- Open up the QR code scanner and scan the code that appears in the terminal.
- Once
expo start
kicks off and you see the QR code on the screen, presss
to create an account or sign into an existing account. - On the iOS Expo app, sign into the same Expo account.
- In the projects tab, you'll see your currently streaming app. Tap on the app and it will start running.