0.1.4 • Published 2 years ago

expo-vpn-setting v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

expo-vpn-setting

##用于写入 VPN 数据的 expo 插件

##安装

npm

npm install --save expo-vpn-setting

or use yarn

yarn add expo-vpn-setting

for ios

ios 目录下执行 pod install,app.json 文件中添加如下代码段: "plugins": ["expo-vpn-setting"]

调用方法

const res = await ExpoVpnSetting.saveConfig( 'desc', //描述 'serverAddress', //服务器 'remoteID', //远程 ID 'username', //用户名 'password', //密码 );

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago