Network Request Failed
在react native项目中,有时候调用接口会出现这样的错误提示:“Network Request Failed”。一.模拟器上报“Network Request Failed”解决办法,也是官网有提到的:1. 在Info.plist中添加NSAppTransportSecurity类型Dictionary。2. 在NSAppTransportSecurity下添加NSAllowsA...