This repository has been archived by the owner on Jan 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 314
[IOS] .getAll() and .get() always returns an empty object #152
Comments
same |
do you find way to work? |
the react-native-webview use wkwebview default , the react-native-cookies can't work with wkwebview . you can set useWebkit of react-native-webview to false. then react-native-cookies can work, have a try! |
same |
same problem on: |
For me (React-native version: 0.60.5) work's next steps:
|
I have forked the repo here: https://github.com/safaiyeh/react-native-cookie-store |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have been using this package for a while now and it has always worked up until now, since we updated our react-native version to 0.60.4 both of the above stated functions always return an empty object.
Could use some help on why this is happening.
React-native version: 0.60.4
React-native-cookies version: 3.3.0
The text was updated successfully, but these errors were encountered: