Skip to content

gpsgate/react-native-cookies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@gpsgate/react-native-cookies

@gpsgate/react-native-cookies

Installation

yarn add git+https://github.com/gpsgate/react-native-cookies.git

Usage

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");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 64.7%
  • Java 24.6%
  • JavaScript 7.8%
  • Ruby 2.9%