yarn install
yarn ios
Then choose to run it on iOS, Android, or web.
- Make sure you have Expo CLI installed:
npm install -g expo-cli - If you're running on a physical device, install the Expo Go app from the App Store or Google Play.
- Add env support
- Add permission checks
- Add state management (context, Zustand?)
- Add animations
- Add icon and splash screen
- Add tests
assets/— Images, fonts, etc.components/— Reusable UI partshooks/— Custom hooksnavigation/— Navigation stacks & routesscreens/— Full-screen viewsservices/— API calls & business logicstore/— State management (Redux, Context, etc.)utils/— Helper functions, constants, etc.