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.
yarn add react-native-local-vpn
import LocalVPN from 'react-native-local-vpn';
// ...
LocalVpn.prepareLocalVPN().then((res) => {
if (res) {
LocalVpn.connectLocalVPN();
}
});
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library