react-native-cookies
react-native-cookies copied to clipboard
Publish webkit support
Hello, Thanks a lot for this very useful library.
I would like to use the new useWebkitparameter but it's not published on npm yet. I have the same error as #78
Can you publish it ?
Thanks
Hi thanks for the note. If you could run through some manual tests of master, that'd be helpful.
Hello, The first thing I saw is that the getAll method have been duplicated :
- https://github.com/joeferraro/react-native-cookies/blob/master/ios/RNCookieManagerIOS/RNCookieManagerIOS.m#L212
- https://github.com/joeferraro/react-native-cookies/blob/master/ios/RNCookieManagerIOS/RNCookieManagerIOS.m#L233
I will do more advanced test later
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.