After a reload my app has stopped loading.
I have tried on both emulators and 2 real devives, android and ios.
The error is:
Error: Unabl
I checked the Maintain Priority checkbox in the browser's debugger tab as stated here because I was looking for a way to get rid of the Remote debugger is in a background tab warning. Once I reloaded, no more Remote debugger warning and no more unable to resolve module debugger warning.
I got the same issue, press 'ctrl-m' have no response, so I go to the "Android virtual device" and wipe out all data of my current device and re-loading everything again. It work!!!
I solved this error by stopping the debugger cmd + d
&& Stop debugging
then doing a hard reload on the open debugger tab in chrome alt + control + click on reload button
and choose Empty cache and hard reload
then restart debugger.
In my case ,I have updated react-native verison and the debugger broke.
Run npm i react-devtools-core
in order to update debugger.
I reinstalled the Expo application, and the problem disappeared. Maybe it will help someone, too.
This can also happen if you moved your code modules into another directory like /src
in order to take advantage of absolute path imports by using the module-resolver
plugin in babel.config