1 Answers1

0

This error can occur because you haven't installed react-navigation. You can try:

npm start -- --reset-cache
npm install react-navigation

I hope it will be useful to you.