Setup

etup

npm install -g expo-cli

Then run the following commands to create a new React Native project called "AwesomeProject":

expo init AwesomeProject

cd AwesomeProject
npm start

Running

  1. Download Expo app on your phone and run project

  2. Scan QR code on phone and make sure you are connected on the same Wifi

Change to tunnel if needed

Install Packages

Use

npx expo install

instead of npm install so it installs the latest version of the package that is compatable with current version of expo sdk

Building

Need expo account and to login, can then build projects

Last updated