When trying to use webkit flag true like CookieManager.getAll(true) the following reject is trown Error: WebKit/WebKit-Components are only available with iOS11 and higher!
Is there any way to get the WebView cookies using CookieManager in iOS lower than 11?I would mention that all the cookies are httpOnly for security reasons so the postMessage solutions are not effective.
package.json
....
"react-native": "0.61.5","@react-native-community/cookies": "^2.0.3","react-native-webview": "^7.4.2",
Thanks in advance.