react-native-cookies
react-native-cookies copied to clipboard
CookieManager.get() returns empty object iOS
Hello!
I have a app with webview and another page where I need to get cookies. I use CookieManager.get() to get them. It works fine on Android but returns empty object on iOS. Is there any ideas why it works incorrectly?
Thanks!
Can you provide your code where there is CookieManager.get(....)?
I have forked the repo here: https://github.com/safaiyeh/react-native-cookie-store We can create issues and PRs there to continue the development of the project.