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

How add react-native-cookies in new version react-native?

Open ivanferrer opened this issue 6 years ago • 3 comments

My question: https://stackoverflow.com/questions/57995993/how-add-react-native-cookies-in-new-version-react-native

ivanferrer avatar Sep 18 '19 15:09 ivanferrer

I Compile't in ios,the problem:

ld: warning: meta method 'UIScrollViewContentInsetAdjustmentBehavior:' in category from /Users/liwei/Library/Developer/Xcode/DerivedData/youneiquan-aciuvwaxlskqxxbuqwlqmfskvnsg/Build/Products/Debug-iphoneos/React-Core/libReact-Core.a(RCTScrollViewManager.o) conflicts with same method from another category

warning: the transform cache was reset.

cgfeel avatar Sep 19 '19 07:09 cgfeel

Hi! @aiyuchen I had different, but similar error with react-native-cookies I have react-native 0.61 I tried to link this module as it is written in readme But all that is needed to install this package is add pod for ios pod 'react-native-cookies', :path => '../node_modules/react-native-cookies/ios' and then install that pod

ShepelE avatar Nov 11 '19 11:11 ShepelE

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