【React Native错误集】Import fails with "Failed to execute 'ImportScripts' on 'WorkerGlobalScope'"

  错误1、Import fails with "Failed to execute 'ImportScripts' on 'WorkerGlobalScope'"

  解决1、如果是在Degbug模式下,关闭turn off Debug JS Remotely。再重新运行即可。

  

  错误2:rn报错 unhandled JS Exception: Requiring unknown module "49". if you are sure the module is there,t...

  解决2:如果是在npm install之后报上述错误,是因为代码reload了 没有重启服务导致。关闭终端,重新运行即可。

原文地址:https://www.cnblogs.com/xjf125/p/12272017.html