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

前端 未结 8 1428
别那么骄傲
别那么骄傲 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:54

    Close emulator.

    Close node console which get opened after executing command react-native run-android.

    Start emulator again.

    Run project again.

    Hope this help.

提交回复
热议问题