Bug description:
When setting the incognito property to false or null the webview acts as if incognito is true. At least cookies are not remembered. When setting incognito to undefined it works as expected.
To Reproduce:
<WebView
source={{ uri: urlwithcookies }}
sharedCookiesEnabled={true}
incognito={false}
/>
Expected behavior:
When incognito is set to false or null it remembers my cookies.
Environment:
- OS: Tested on android
- OS version: -
- react-native version: 0.60.5
- react-native-webview version: 8.0.3