cannot read property propTypes undefined on SDK 34

How do fix that??? Please help me

For us to help, we need a little more information than this :sweat_smile:

Could you share a snack or repo that I can use to reproduce this error? Also, SDK 34 brought on some changes to how packages are installed and imported (there’s a lot of threads about that already), so if you look around you’ll find the fix, I’m sure. Make sure you go to the docs page of all the Expo APIs you’re using and double-check your import syntax is correct, and also install the latest compatible version of each with expo install <package-name>

I using app in sdk33 working with propTypes but i upgrade to sdk 34 and i got error cannot read property propTypes of undefined? expo conflict with propTypes lib in sdk34 ?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.