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

前端 未结 8 1427
别那么骄傲
别那么骄傲 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.

提交回复
热议问题