undefined Unable to resolve module @react-navigation/native
from App.js
: @react-navigation/native could not be found within the project.
If you
well i have solved this by reinstalling / updating these packages.
npm install --save react-native-gesture-handler react-native-reanimated react-native-screens
do the trick for
npm start -- --reset-cache
But performing the following did succeed:
Delete
node_modules & package-lock.json Delete app from phone
run npm start -- --reset-cache
run app