-
Notifications
You must be signed in to change notification settings - Fork 0
Expo
Luke Dinh edited this page Feb 10, 2024
·
5 revisions
We'll be using Expo to build and run our React Native mobile app.
- For MacOS users, open Terminal. For Windows users, open Git Bash.
- Run
npm i -g expo-cli
to install the Expo CLI globally.
- Create an Expo account.
- Inside the root directory of where you cloned Icebreak, run
yarn expo login
to connect your Expo CLI to your account. - If login doesn't work, try using your email instead of your username.
- Go to the Icebreak Builds page and download the latest app build for your platform.
- The download links for the builds expire after a month, so let the project lead know if the download link expires.
- Environment Setup