react-native-cookies
react-native-cookies copied to clipboard
After Update to RN0.26.2, this project can't work
Can you update this project to support rn0.26.2
Can you indicate what is going wrong specifically?
It can clearAll cookies, but can't get cookies, the callback return a null
experiencing this also. also when you are setting a cookie it returns undefined in response but no error
I'm having the same issue. Does anyone have a workaround?
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);
https://github.com/joeferraro/react-native-cookies/issues/73#issuecomment-324867613