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

0.1.7 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.7
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.7
    1
  • 0.1.6
    0
  • 0.1.5
    0
  • 0.1.4
    0

Package Sidebar

Install

npm i expo-vpn-config

Weekly Downloads

1

Version

0.1.7

License

MIT

Unpacked Size

25 kB

Total Files

30

Last publish

Collaborators

  • zijuntang