Unable to resolve module '@react-native/native.js' Evaluating @react-native/native.js Evaluating App.js Loading App.js

can someone help me with the issue listed above im not sure what I did wrong and what can i do to fix it

Hi @jaydawso

You misspelt “react-navigation” as “react-native”. Also, you’re mixing up older versions of React Navigation (react-navigation-stack) with newer versions of React Navigation (@react-navigation/native).

e.g. see:

and also:

There’s a link to an example Snack on the above page.

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