CRAlpha / CRAlpha/react-native-wkwebview
not getting cookies ?
Open
- 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.