Dominic Garms
Dominic Garms
@hlynurstef great to know, I think this was what @natew already suspected to be the cause
@SushritPasupuleti did you use yarn v1 or yarn v3 to make it work with iOS builds? I currently still downgraded to yarn v1
currently you have to follow https://github.com/tamagui/tamagui/issues/186#issuecomment-1246066111 and it should work.
I followed the expo documentation and the icons work until I enable `withTamagui`. After that following error occurs: ``` 'No loader is configured for ".ttf" files: ../../node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Ionicons.ttf' ``` https://github.com/dohomi/tamagui-kitchen-sink/blob/master/apps/next/next.config.js#L50 ```...
@natew I couldn't get it work, it seems that as soon `withTamagui` next plugin is activated further configuration is not been applied. I tried several options like `disableFontSupport` without success....
Thats using Vercel add project button with Github and monorepo approach. The internal "@my/ui" package can't get resolved.
@natew I used the https://github.com/dohomi/tamagui-kitchen-sink which is a fork of the starter to deploy to Vercel. There the exact issue occurs, when adding the Github repo as a mono repo...
@SushritPasupuleti if you didn't overwrite the install command, how do you make sure that the `@my/ui` package is build? do you build locally and check in the types and dist...
The repo I'm working on is https://github.com/dohomi/tamagui-kitchen-sink. I will compare the setup tomorrow maybe some things changed after the last version
After upgrading to yarn v3 and restructure the build command the build runs on Vercel. I think the turbo command I used linked a wrong folder structure while running on...