react-native-cookies
react-native-cookies copied to clipboard
Clear not working webkit
hi, clearAll(true) method not working on iOS for clearing webkit cookies.
+++
The version published on npm seems to be an old one - is it possible to have what is currently on the master branch published to npm, to be able to utilize the webkit support?
Whenever you want to reference a git repo you can do so via: "react-native-cookies": "git+ssh://[email protected]:joeferraro/react-native-cookies.git",
if you add #commitHash at the end then you can target a sha1 specifically
This is what we ended up doing - pretty neat that you can do that actually
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.