This is an Expo project created with create-expo-app
.
-
Install dependencies
npm install -g pnpm npm install -g yarn pnpm install
-
Start the app
export EXPO_UNSTABLE_ATLAS=true export EXPO_UNSTABLE_METRO_OPTIMIZE_GRAPH=1 export EXPO_UNSTABLE_TREE_SHAKING=1 pnpm exec expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
To learn more about developing this project, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.