Network Utils - wkh237/react-native-fetch-blob GitHub Wiki
RNFetchBlob.net
getCookies(host:string):{ [domain:string] : string }
0.10.0
REMOVED IN 0.11.0
Get cookies of a specific domain.
host:?string
The domain of the cookies to return.
removeCookies(host:string)
0.10.3
REMOVED IN 0.11.0
Remove cookies for a specific domain, if host
is not specified remove all cookies.
host:?string
The domain of the cookies to remove.