- npm install -g expo-cli
- expo init 01-hello-world # Select "don't use yarn"
- cd 01-hello-world
- npm start
- Start an Android Simulator using Android Studio
- Choose Run on Android Simulator
- Choose Run on iOS Simulator
- Open Project in Visual Studio Code
- Open App.js and change the text in the example
To run on a device:
- Install the Expo Client on the device
- Scan the QR code in the browser to open the project in Expo