我的设备和PC连接到相同的网络,我们如何修复此错误,
重新启动后,它显示相同的错误:
Switched to a LAN URL because the tunnel appears to be down. Only devices in the same network can access the app. You can restart the project to try reconnecting.在我的设备上写着
Tunnel packager ....exp.not found我在windows btw上运行,谢谢
发布于 2018-01-09 14:55:24
Expo和react-devtools不能一起使用。因此,如果您使用的是react-devtools,则必须将其卸载。这对我很有效:
npm卸载react-devtools -g
但我注意到其他一些人也成功地使用了这个here。
npm卸载react-devtools --save-dev
https://stackoverflow.com/questions/47482568
复制相似问题