Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native Debug mode throws an error, why is that so?

Tags:

react-native

The debug mode was working before, but then after I tried running it again (after 2 days), an error is being thrown saying:

None of these files exist: * debugger-ui/debuggerWorker.d9da4ed7(.native|.native.js|.js|.native.json|.json|.native.ts|.ts|.native.tsx|.tsx)

After running react native on debug mode. It also says Native Module cannot be null. How do I fix this? I'm using react native 0.61.5 right now.

Also, I already tried deleting node_modules folder and installing the modules again but it still throws the error. It only throws the error when in debug mode.

Here are the screenshots of the error:

enter image description here enter image description here

like image 553
Vince Gonzales Avatar asked Oct 16 '22 08:10

Vince Gonzales


1 Answers

Fixed this issue by deleting my pods folder and Podfile.lock and running pod install

like image 195
Vince Gonzales Avatar answered Oct 21 '22 05:10

Vince Gonzales