cookies icon indicating copy to clipboard operation
cookies copied to clipboard

🍪 Cookie Manager for React Native

Results 85 cookies issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

When building for Android, the following build error occurs. ``` node_modules\@react-native-cookies\cookies\android\src\main\java\com\reactnativecommunity\cookies\CookieManagerModule.java:111: error: local variable promise is accessed from within inner class; needs to be declared final promise.resolve(data); ``` If I...

I'm trying to set cookies in a [react-native-webview](https://github.com/react-native-webview/react-native-webview) but when I try to set a cookie with the prefix `__Host-`, this library returns `false`. ![image](https://user-images.githubusercontent.com/318295/125726898-ca5a1613-777e-431b-8d8c-a6faaf390f66.png) The `__Host-` prefix is a...

The newest version on npm appears to be 5.0.1 and not 6.0.11

Hello ! I have update from last version (6.2.0) and I have an issue with removeSessionCookies function as you can see on this [screenshot](https://imgur.com/QodtZ4B) I didn't find any ticket about...

Hello team. I updated my gradle distribution to the latest (7.1.1) to build my android app, however I get two build errors from @react-native-cookies/cookies ![image](https://user-images.githubusercontent.com/10847190/128579582-4956909e-8999-4a09-bb9c-5fa44f382c16.png) ![image](https://user-images.githubusercontent.com/10847190/128579598-d5adc701-9c02-42b6-affc-0e82fdbebb99.png) is this known? and...

after set cookies, can't get from h5 page in WebView. but i can get them in android. iOS deployment target: 11.0

https://github.com/react-native-cookies/cookies/blob/9420afc76d1ac9c24c205fa37182ada00da9921f/android/src/main/java/com/reactnativecommunity/cookies/CookieManagerModule.java#L55 This line can throw on Samsung devices without Google Play Services installed (and only Samsung Browser). I somehow fail to see how the exception handler wrapped around this does...

When importing CookieManager into tests we get the following error: ``` import { NativeModules, Platform } from 'react-native'; ^^^^^^ SyntaxError: Cannot use import statement outside a module 1 | import...