Expo Web and Tamagui

⚠️ Please be sure your environment is set up correctly for React Native.

⭐ Features

🏃🏻‍♂️ Running the app

yarn start

Starts Metro Bundler. You can run the app in two ways:


Development build (recommended)

Run yarn ios or yarn android to create the development builds. After that, when you can also use i or a 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.


Expo Go

Press 's' to switch to Expo Go. Then you can use i or a to run the app on iOS or Android respectively.

image