Unable to connect with remote debugger

后端 未结 14 1133
予麋鹿
予麋鹿 2020-11-28 18:29

I\'m using React.JS and when I do react-native run-android (with my device plugged in) I see a blank page. When I shake the device and select Debug JS Rem

相关标签:
14条回答
  • 2020-11-28 19:10

    in my case it also need to install it's npm package

    so

    npm install react-native-debugger -g
    
    0 讨论(0)
  • 2020-11-28 19:11

    I solved it doing adb reverse tcp:8081 tcp:8081 and then reload on my phone.

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