React Native Debug JS Remotely Error window.deltaUrlToBlobUrl is not a function

前端 未结 8 1439
别那么骄傲
别那么骄傲 2021-02-06 20:09

I am trying to to debug the react native app, If I don\'t try to debug JS remotely then everything is fine, but when I try to debug JS remotely I do get this error.

相关标签:
8条回答
  • 2021-02-06 21:01

    This can be solved by restarting JS debugging and closing existing debugger.

    • Close Chrome debugger session

    On iOS, do:

    • CMD + CTRL + Z
    • Press Stop Remote JS Debugging
    • CMD + CTRL + Z Again
    • enable Remote JS Debugging

    Almost the same on Android, but the difference is the keyboard command it is CMD + M on Mac or CTRL+M on Windows devices.

    0 讨论(0)
  • 2021-02-06 21:04

    Aha! Found a better, less hacky solution. It seems when I upgraded Expo client on windows, it changed my default 'host'. Click the cog and change 'host' to 'LAN' to avoid CORS

    0 讨论(0)
提交回复
热议问题