Skip to content
Luke Dinh edited this page Feb 10, 2024 · 5 revisions

We'll be using Expo to build and run our React Native mobile app.

1) Install Expo

  • For MacOS users, open Terminal. For Windows users, open Git Bash.
  • Run npm i -g expo-cli to install the Expo CLI globally.

2) Register an Expo Account

  • 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.

3) Download the Icebreak development build on your phone.

  • 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.