This is a starter to develop universal (web + mobile) CSR apps with expo and tamagui.
git clone [email protected]:G-Ray/expo-tamagui-universal-starter.git
cd expo-tamagui-universal-starter
npm i
npm start
to start for all platformsnpm run web
for webnpm run android
for androidnpm run ios
for ios
If you need to clear the cache, append -- --clear
to your command line.
If you need SSR or better optimizations for web, you might prefer to use https://tamagui.dev/docs/guides/create-tamagui-app.