Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Requiring unknown module "607". If you are sure the module is there, try restarting Metro bundler

Tags:

react-native

After reload the project in simulator, suddenly I am getting this error again and again:

Requiring unknown module "607". If you are sure the module is there, try restarting Metro bundler. You may also want to run 'yarn', or 'npm install' (depending on your environment).

enter image description here

like image 464
Luvnish Monga Avatar asked Jun 25 '18 05:06

Luvnish Monga


2 Answers

Close all your terminal and restart your simulator and run . run it again it works for me.

like image 95
user Avatar answered Oct 28 '22 23:10

user


Try clearing the metro cache. Did you update your package.json or link anything recently? Try deleting the app on your phone and reinstalling ... Sorry, I've seen errors like this and I know they can be frustrating!

like image 34
Joel Avatar answered Oct 28 '22 22:10

Joel