cookies
cookies copied to clipboard
🍪 Cookie Manager for React Native
Build file 'node_modules/@react-native-community/cookies/android/build.gradle' line: 25 ``` * What went wrong: A problem occurred evaluating project ':react-native-community_cookies'. > Plugin with id 'maven' not found. * Try: Run with --stacktrace option to...
This package is currently incompatible with the new Expo Modules format that was recently released. I need to use some of the new modules in my project but can't if...
I didn't see any about setting up on Android, it just said that android is supported. How can I set in /build.gradle?
In my iOS app, I have a share extension (built using https://github.com/meedan/react-native-share-menu). The main app and share extension are in the same App Group, however when I call `CookieManager.get` in...
# Bug report ## Summary domain and path are both set to 'null' on android when using .set() method on android. This does not happen when running on iOS simulator...
# Bug report 👋 Hi! When i build my project i have this problem: Showing All Messages /mob-expedite/node_modules/@react-native-community/cookies/ios/Pods/Target Support Files/Pods-RNCookieManagerIOS/Pods-RNCookieManagerIOS.debug.xcconfig: unable to open file (in target "RNCookieManagerIOS" in project "RNCookieManagerIOS")
I use react-native-cookies with react-native-webview, now I can get cookies at any time. But I don't know when cookies are changed. I need to know "when", because I have someting...
Hello, guys! I'm trying to make a SSO, that is access a secured webpage (with webview) from mobile app passing the session cookie obtained from okta's authorize call. I make...
Hello! I am looking to be able to clear all Cookies for a specific Domain and can see that `clearByName` is only supported for IOS. e.g docs ```javascript // clear...
According to the README: > Currently lacking support for Windows, macOS, and web. Support for these platforms will be created when there is a need for them. Starts with a...