react-native 真机调试

苹果系统下,iphone 打开remote js debugging 会报跨域错误,查看react-native官网,

debugging 需要修改 RCTWebSocket.xcodeproj中的RCTWebSocketExecutor.m中localhost 为本地ip地址


RCTWebSocketExecutor.m


修改后仍然会报跨域错误,发现自动打开的浏览器调试地址为localhost:8081,修改浏览器地址 localhost 为电脑ip地址刷新就可以调试了

你可能感兴趣的:(react-native 真机调试)