-
Notifications
You must be signed in to change notification settings - Fork 314
Is it still maintained in 2019? #155
Comments
if not, is it still safe to use or is there any alternative library we can use? |
@minmingsheng have you found an alternative library ? |
If you're using the React Native WebView, you can track your own cookies in your code and set them in custom headers. I wrote up a guide about it recently. |
@jamonholmgren for my case, I'm not using webview, I need to get the cookies from request cuz of csrf token. The problem, this is the only library that provides such functionality in react native. I hope they continue to maintain it, or maybe someone takes over this task. |
Added a proposal to move to react-native-community: #163 Show your support on both repos! |
I have forked the repo here: https://github.com/safaiyeh/react-native-cookie-store |
https://github.com/joeferraro/react-native-cookies#looking-for-maintainers seems the post still on README page, so not sure if it has been actively maintained or not
The text was updated successfully, but these errors were encountered: