0.1.7 • Published 1 year ago

expo-vpn-config v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

expo-vpn-config

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

##安装

npm

npm install --save expo-vpn-config

or use yarn

yarn add expo-vpn-config

for ios

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

调用方法

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

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

2 years ago

0.1.4

2 years ago