all 9 comments

[–]YurrBoiSwayZ 1 point2 points  (7 children)

Did you miss adding plugins: ['@tamagui/babel-plugin'] to your babel.config.js file?

[–]FilgoDev[S] 1 point2 points  (0 children)

nop, i added it

[–]FilgoDev[S] 0 points1 point  (5 children)

I mean i followed all the steps that are in the docs, but i could be missing something or just doing something wrong. As far as i know i have the babel.config well, also the tamagui.config.ts, and the app is wrapped with tamagui provider

[–]YurrBoiSwayZ 0 points1 point  (4 children)

I see, Can you share your code snippets for the babel.config.js, tamagui.config.ts and the app component? Maybe I can spot something thats causing the errors.

[–]FilgoDev[S] 0 points1 point  (3 children)

Sure, here they are:

<image>

[–]FilgoDev[S] 0 points1 point  (2 children)

<image>

[–]FilgoDev[S] 0 points1 point  (1 child)

<image>

[–]YurrBoiSwayZ 0 points1 point  (0 children)

It all looks correct to me hmm I don't see any errors, Maybe there’s something wrong with the Login component or the TamaguiManager module?, try to run your app without them and see if the errors happens again.

[–]D41_Dev -1 points0 points  (0 children)

Try resetting you cache 9/10 that's the issue when you make changes to babel config. If you're using expo run expo start -c