EXPO: Unable to resolve module ‘./debugger

前端 未结 12 1876
猫巷女王i
猫巷女王i 2021-02-05 02:15

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

12条回答
  •  猫巷女王i
    2021-02-05 03:09

    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

提交回复
热议问题