How add react-native-cookies in new version react-native?
My question: https://stackoverflow.com/questions/57995993/how-add-react-native-cookies-in-new-version-react-native
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.
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
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.