Trying to upgrade Expo 30 to 32 and getting Unable to resolve "../../App" from "node_modules/expo/AppEntry.js" (iOS)

Unable to resolve "../../App" from "node_modules/expo/AppEntry.js"

How do I get past this?

make sure you have a file called App.js or App.tsx in your project root folder

This did the trick for me. My app was structured differently from years ago. Yes, I did not have an App.js in the root folder, but the src folder.

Now my react-navagation (v3) suddenly isn’t working saying Cannot read property 'label' of undefined pointing to HeaderTitle (at Header.tsx:220). I am not sure if this is related to the Expo upgrade.

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