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

Clear not working webkit

Open emretekince opened this issue 6 years ago • 5 comments
trafficstars

hi, clearAll(true) method not working on iOS for clearing webkit cookies.

emretekince avatar Dec 03 '18 15:12 emretekince

+++

VitaliyGaliy avatar Jan 01 '19 10:01 VitaliyGaliy

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?

clawcastle avatar Jan 02 '19 09:01 clawcastle

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

derekbar90 avatar Mar 05 '19 05:03 derekbar90

This is what we ended up doing - pretty neat that you can do that actually

clawcastle avatar Mar 05 '19 19:03 clawcastle

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.

safaiyeh avatar Jan 02 '20 19:01 safaiyeh