錯誤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了 沒有重啟服務導致。關閉終端,重新運行即可。