-
react-native-cookie是一个用于本机cookie管理的模块
资源介绍
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