react-native-cookie:用于本机的cookie管理器模块

时间:2021-05-25 08:56:47
【文件属性】:
文件名称:react-native-cookie:用于本机的cookie管理器模块
文件大小:88KB
文件格式:ZIP
更新时间:2021-05-25 08:56:47
Objective-C react-native-cookie 用于react-native的cookie管理器模块(同时支持iOS和Android)。 安装 # install library from npm npm install react-native-cookie --save # for RN 0.60 and above cd ios/ && pod install # for RN 0.59 and below react-native link react-native-cookie 用法 进口 import Cookie from 'react-native-cookie' ; 得到 Cookie.get(url:String, name?: String): Promise<Object|String> // get all cookies which are belonged t
【文件预览】:
react-native-cookie-master
----.gitignore(353B)
----cookie.android.js(1KB)
----.eslintrc(15KB)
----package.json(631B)
----Example()
--------.gitignore(415B)
--------.babelrc(31B)
--------app.js(894B)
--------.flowconfig(1KB)
--------package.json(508B)
--------.buckconfig(114B)
--------android()
--------.watchmanconfig(2B)
--------ios()
--------__tests__()
--------index.ios.js(16B)
--------index.android.js(16B)
--------.gitattributes(16B)
----android()
--------build.gradle(1KB)
--------src()
----ios()
--------RNCookieManager.h(91B)
--------RNCookieManager.xcodeproj()
--------RNCookieManager.m(3KB)
----LICENSE(1KB)
----cookie.ios.js(1KB)
----index.js(54B)
----README.md(2KB)
----.eslintignore(43B)
----.npmignore(23B)
----.gitattributes(378B)
----react-native-cookie.podspec(525B)
----.editorconfig(283B)

网友评论