How to manage WebView cookies?

At least I found a way to delete all cookies in another post:

import RCTNetworking from 'react-native/Libraries/Network/RCTNetworking';

RCTNetworking.clearCookies(() => {});