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.