Arturs Jansons
Arturs Jansons
Mentioned in https://github.com/joeferraro/react-native-cookies/issues/15#issuecomment-310502297 ``` if(Platform.OS === "ios") { cookies = { "Set-Cookie": response.headers.get('set-cookie') }; } else { cookies = response.headers.get('set-cookie'); } ```
PR are welcome
> Oh, well I see now that the completion block, on the iOS native side, will always respond with a nil value. Why is that? > RNCookieManagerIOS, line 38: resolve(nil);...
``` fetch(url) ```
Will be soon: https://github.com/iegik/react-native-cookies-interface
@karltaylor, I\`m not really shure now. Need to check. @waltermvp, Actually, this is interface for both `react-native-cookies` and `react-native-cookiemanager`. ``` "react-native-cookiemanager": "iegik/react-native-cookiemanager#c28306c", "react-native-cookies": "3.2.0" ``` When i worked on it,...
Mentioned in https://github.com/joeferraro/react-native-cookies/issues/15#issuecomment-310502297 ``` if(Platform.OS === "ios") { cookies = { "Set-Cookie": response.headers.get('set-cookie') }; } else { cookies = response.headers.get('set-cookie'); } ```
RN 0.44 v3.2.0 `.get` still not work on iOS - returns empty object `{}`
https://github.com/DevExpress/devextreme-reactive/pull/2540