ivopr / tamagui-expo

An Expo template with Tamagui
270 stars 22 forks source link

Doesn't work on windows #8

Closed GigaBigBoss closed 2 years ago

GigaBigBoss commented 2 years ago

image

ivopr commented 2 years ago

Expo is a framework built using React Native which is a mobile app framework, it supports Android, iOS and Web. This template isn't ready for Web, nor do I want it to be, as I make my web projects with Nextjs and Vite. If you want to make use of Web with this template you'll probably need proper configuring with Webpack and as your screenshot says, an appropriate loader to parse the code to run on browser. At this point, if you really need Web support I recommend you to use the official Tamagui Starter, which comes configured with code sharing, a web app with Nextjs and a mobile app with Expo. I suppose that this also is valid for your other issue (#9)