react-native-cookiemanager icon indicating copy to clipboard operation
react-native-cookiemanager copied to clipboard

Android and iOS have different function names

Open djw27 opened this issue 8 years ago • 1 comments

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()

djw27 avatar Aug 31 '16 09:08 djw27

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

shexiaoheng avatar Sep 01 '16 03:09 shexiaoheng