joeferraro / react-native-cookies

Cookie manager for React Native
MIT License
788 stars 317 forks source link

NSURLConnection is deprecated #77

Open DavidPotter opened 6 years ago

DavidPotter commented 6 years ago

This library uses NSURLConnection in RNCookieManagerIOS.m which has been deprecated since iOS 9.0 in favor of NSURLSession. This causes a build warning when building the project in Xcode 8.3.3.

joeferraro commented 6 years ago

Happy to accept a PR