相关的讨论见:
https://forums.expo.io/t/remote-js-debugging-failed-to-fetch/6855
https://github.com/expo/expo/issues/1351#issuecomment-361932735
怎么快速规避解决该问题呢?很简单,把浏览器的 debug页面里的localhost 替换成终端里面打印出来的 ip地址就可以。
示例:
http://172.31.2.162:19001/debugger-ui/
相关的讨论见:
https://forums.expo.io/t/remote-js-debugging-failed-to-fetch/6855
https://github.com/expo/expo/issues/1351#issuecomment-361932735
怎么快速规避解决该问题呢?很简单,把浏览器的 debug页面里的localhost 替换成终端里面打印出来的 ip地址就可以。
示例:
http://172.31.2.162:19001/debugger-ui/