Bug description:
cookies are not getting cleared on IOS for android working perfect.
To Reproduce:
I used 'react-native-cookies' for clearing the cookies so that the app can clear all the cookies and allow the user to navigate to the login page.
Expected behavior:
cookies must be cleared and the user must have to navigate login page again.
Environment:
Hi was able to resolve this bug by adding below props.
useWebKit={true}
sharedCookiesEnabled={true}
cacheEnabled={false}
Most helpful comment
Hi was able to resolve this bug by adding below props.
useWebKit={true}
sharedCookiesEnabled={true}
cacheEnabled={false}