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

remove unused getAll with arity 2 from RCT_EXPORT_METHOD

Open kafaichoi opened this issue 6 years ago • 1 comments

Hello. Currently if I try to call CookieManager.getAll() it will throw exception complaining the arity difference between native and js code. I am not too familiar with object-c and react bridge code but I belive the function I remove from this PR is not needed anymore and it solve the exception when calling getAll. Please let me know if there is any problem so I can further imrpove it.

kafaichoi avatar Nov 18 '18 08:11 kafaichoi

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 Dec 11 '19 19:12 safaiyeh