0.1.0 • Published 11 months ago
react-native-local-vpn v0.1.0
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
0.1.0
11 months ago