ivopr / tamagui-expo

An Expo template with Tamagui
270 stars 22 forks source link

Does not work on web `npx expo start -w` or `npm run web` #27

Closed siarheipashkevich closed 1 year ago

siarheipashkevich commented 1 year ago

image

ivopr commented 1 year ago

that's also expected, on the readme I mentioned that this project isn't setup for expo web. If you need mobile and web on the same project, you should probably use the oficial tamagui starter.

siarheipashkevich commented 1 year ago

Do you plan to support web ?

ivopr commented 1 year ago

nope, If I remember right, there was some lib that was blocking this in the past. but as I said, If you need web+mobile in the same codebase you should probably Go to the oficial tamagui starter

siarheipashkevich commented 1 year ago

got it, thanks