@gpsgate/react-native-cookies
yarn add git+https://github.com/gpsgate/react-native-cookies.git
import CookieManager from "@gpsgate/react-native-cookies";
// Clear all cookies
await CookieManager.clearAll();
// Get all cookies for the specified domain
const cookies = await CookieManager.get("https://domain");