expo-vpn-setting
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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', //密码 );

Package Sidebar

Install

npm i expo-vpn-setting

Weekly Downloads

4

Version

0.1.4

License

MIT

Unpacked Size

16.7 kB

Total Files

38

Last publish

Collaborators

  • liuqingpo