react-native-local-vpn
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

react-native-local-vpn

React Native Android Local VPN Package based on hexene/LocalVPN but its not work properly, after visiting couple website tcp pipeline broking related issue.

after tried fix i brake up proje, and publish after delete it all if someone try to fix can contribute this project.

Installation

yarn add react-native-local-vpn

Usage

import LocalVPN from 'react-native-local-vpn';

// ...
LocalVpn.prepareLocalVPN().then((res) => {
  if (res) {
    LocalVpn.connectLocalVPN();
  }
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

/react-native-local-vpn/

    Package Sidebar

    Install

    npm i react-native-local-vpn

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    73.1 kB

    Total Files

    21

    Last publish

    Collaborators

    • zaferatli