t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.27k stars 350 forks source link

Fix NativeWind Typescript #1061

Closed dBianchii closed 3 weeks ago

dBianchii commented 4 weeks ago

https://www.nativewind.dev/v4/getting-started/typescript

dBianchii commented 4 weeks ago

Before: :angry: image

After: :hugs: image

juliusmarminge commented 3 weeks ago

Hmm this shouldn't be necessary since i have the types included from tsconfig:

https://github.com/t3-oss/create-t3-turbo/blob/main/apps/expo/tsconfig.json#L10

dBianchii commented 3 weeks ago

Hmm this shouldn't be necessary since i have the types included from tsconfig:

https://github.com/t3-oss/create-t3-turbo/blob/main/apps/expo/tsconfig.json#L10

Still getting the error even with that

dBianchii commented 3 weeks ago

I just realized we have this same exact file in src/types :thinking: Closing this because I think the error has gone away for me