shimohq / react-native-cookie

A cookie manager module for react-native
MIT License
93 stars 49 forks source link

can IOS use this library? #2

Open ZhuZeus opened 7 years ago

ZhuZeus commented 7 years ago

I can't get cookie by Cookie.get('url'), result is null,Android is fine,why that happen?

cbjs commented 7 years ago

same, ios is not working.

NaNtrack commented 7 years ago

that's a promise, you should use .then(...) to retrieve the cookie value