react-native-cookiemanager
react-native-cookiemanager copied to clipboard
Android and iOS have different function names
Looks like the Android function names and behaviour have been modified but the iOS ones havent!
iOS -> Android set(options,callback) -> setCookie(options) getAll(callback) -> getCookie() clearAll(callback) -> removeAllCookies()
I have realized, I tried the next, Android does not to get and set the Cookie like iOS, is recommended when judged that platform to call the respective method