RCNetwork.clearCookies() not clearing cookies in WebView. #27281
Labels
Bug
Component: WebView
Related to the WebView component.
Stale
There has been a lack of activity on this issue and it may be closed soon.
When calling
RCNetwork.clearCookies(() => {});
, the cookies are not cleared for iOS.React Native version:
react-native: 0.61.2 => 0.61.2
Steps To Reproduce
RCNetwork.clearCookies(() => {});
Describe what you expected to happen:
I expected the WebView cookies to be cleared.
The text was updated successfully, but these errors were encountered: