undefined Unable to resolve module @react-navigation/native from App.js: @react-navigation/native could not be found within the project.
@react-navigation/native
App.js
If you
This error occurs because you haven't installed react-navigation.
Run:
npm install react-navigation npm start -- --reset-cache