⚠️ Please be sure your environment is set up correctly for React Native.
- Expo Router for Web
- Tamagui
- Other
📱 Native
Starts native
Metro Bundler. You can run the app in two ways:
Development build (recommended)
Run
yarn ios
oryarn android
to create the development builds. After that, when you can also usei
ora
to run your app from the Metro Bundler terminal, without creating the development builds again. Rerunning the app is usually necessary when something changes on the native side.
Press 's' to switch to Expo Go. Then you can use
i
ora
to run the app on iOS or Android respectively.