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

前端 未结 8 1460
别那么骄傲
别那么骄傲 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 20:42

    try to change your URL of Chrome from http://localhost:8081/debugger-ui/ to http://192.168.XXXX.XXXX.xip.io:8081/debugger-ui/

    source: https://github.com/facebook/react-native/issues/17618

提交回复
热议问题