CRAlpha / CRAlpha/react-native-wkwebview

not getting cookies ?

Open
#181 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Objective-C
Stars
637
Forks
263
PR merge metrics
No merged PRs in 30d

Description

hi, i'm trying to get cookies with CookieManager from 'react-native-cookies' but when

```
CookieManager.getAll()
.then((res) => {
console.log('CookieManager.get =>', res); // => 'user_session=abcdefg; path=/;'
});
```

it return empty on simulator resulte, and sendCookies={true}, any help please.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.