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

After Update to RN0.26.2, this project can't work

Open osdio opened this issue 8 years ago • 5 comments

Can you update this project to support rn0.26.2

osdio avatar May 31 '16 04:05 osdio

Can you indicate what is going wrong specifically?

mschipperheyn avatar Jun 19 '16 13:06 mschipperheyn

It can clearAll cookies, but can't get cookies, the callback return a null

osdio avatar Jun 19 '16 14:06 osdio

experiencing this also. also when you are setting a cookie it returns undefined in response but no error

gelobelo02 avatar Jul 25 '16 04:07 gelobelo02

I'm having the same issue. Does anyone have a workaround?

hlynn93 avatar Oct 22 '16 00:10 hlynn93

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

iegik avatar Aug 29 '17 14:08 iegik