Closed leecade closed 8 years ago
Adding the following to Info.plist will disable ATS
Info.plist
<key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict>
ref: https://github.com/leecade/react-native-swiper/pull/49
ref: https://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/
already be default configuration in Info.plist after 0.32.
Adding the following to
Info.plist
will disable ATSref: https://github.com/leecade/react-native-swiper/pull/49