You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I am looking to be able to clear all Cookies for a specific Domain and can see that clearByName is only supported for IOS.
e.g docs
// clear cookies with name (IOS ONLY)CookieManager.clearByName('http://example.com','cookie name',useWebKit).then((succcess)=>{console.log('CookieManager.clearByName from webkit-view =>',succcess);});