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

iOS fixes + cleanup

Open mojodna opened this issue 6 years ago • 4 comments

The duplicated getAll method was causing the React Native bridge to fail when it couldn't resolve which target to use.

This also cleans up cookie list generation to use the helper that already existed (createCookieList) and adds (optional) expiration date formatting to it.

mojodna avatar Mar 15 '19 21:03 mojodna

Incorporates #124 and fixes #120 (using a different approach than #121).

mojodna avatar Mar 15 '19 21:03 mojodna

@joeferraro I need this in master, can you merge this please?

basudz avatar Apr 17 '19 00:04 basudz

Thanks for the fixes, working perfectly.

jpamarohorta avatar Jul 03 '19 12:07 jpamarohorta

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