1.0.15 • Published 7 years ago

react-native-sf-net v1.0.15

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

react-native-sf-net

网络请求post、get 网络状态检查

安装

npm install react-native-sf-net

Methods

MethodsParamsParam TypesdescriptionExample
checkNetfunction(isConnect)=>{}func检测网络状态
configurlstring全局配置请求域名
geturl/params/suc/failstring/object/func/funcget请求
posturl/params/suc/failstring/object/func/funcpost请求

例子

import SFNet from 'react-native-sf-net';

//统一配置服务器地址
SFNet.config('你的服务器地址')

SFNet.post('你的接口',params,(data)=>{} (err)=>{})
1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago