cookies
cookies copied to clipboard
🍪 Cookie Manager for React Native
My reponse header includes access token, refresh token and some other flags as a cookie set, but when i try to set cookies using setFromResponse method, it's just saving the...
I am getting this error when using the Documented approach for setting a cookie ```ruby Exception '-[NSException localizedDescription]: unrecognized selector sent to instance 0x600002440180' was thrown while invoking set on...
version: 5.0.1 I've a cookie string that has a length of more than 4000. It won't set on the cookies using CookieManager. It would not be available in CookieManager.getAll. I've...
The documentation indicates that `clearAll` returns a promise that is always fulfilled with a boolean on whether the cookies were successfully cleared or not. (This is not explicitly stated, but...
# Summary FYI, this code from an existing PR (https://github.com/react-native-cookies/cookies/pull/74) with README updated and branched from the latest code in master. Fixes #72 ## Type of change Please delete options...
# Feature request I'm using this library with the hopes of sharing cookies with a WKWebView, and while `setFromResponse` provides a clean way for me to set cookies from an...
Hi, I am not really issuing an issue here, I just need to learn how to really use this library. So I am working on a novel app that gets...
Now that CookieManager.flush() is added could you also add flush to index.d.ts?
Hello guys, I'm current build a RN app with react-native-webview and @react-native-community/cookies. Now, i need to access all cookies in webview. With some help of @react-native-community/cookies on ios devices, i...
Hi! I'm using webviews to load my site login (site A). After login i'm loading a different url site (site B) with an iframe including site A. I want this...