react-native-simple-openvpn
react-native-simple-openvpn copied to clipboard
A simple react native module to interact with OpenVPN
**Bug description:** **Environment:** - OS: IOS - OS version: Any version - react-native version: 0.71.1 - react-native-simple-openvpn version: latest version
**Bug description:** Task :vpnLib:compileUiDebugAidl FAILED **To Reproduce:** `yarn add react-native-simple-openvpn` add config to setting.gradle, and then run `yarn android` got this error **Screenshots/Videos:**  **Environment:** - OS: windows 10 -...
This is my code : ``` import React, {useEffect, useState} from 'react'; import {Platform, View, Text, Button} from 'react-native'; import RNSimpleOpenvpn, { addVpnStateListener, removeVpnStateListener, } from 'react-native-simple-openvpn'; const isIPhone =...
**Bug description:**  **To Reproduce:** **Expected behavior:** Can you help me to fix this issue Thank you! **Screenshots/Videos:** **Environment:** - OS: mac - OS version: m1 - react-native version: 0.70.6...
 **this is my code**  **and when click the button then show this error** **please solve this immediately**
Hi there, I'm trying to create a simple vpn client using expo, I tried my best to follow the instructions and run the example first but I'm getting **TypeError: Cannot...
**Bug description:** When I try to connect my react native app to the vpn server I get this error: `TypeError: Cannot read property 'connect' of null`. The vpn is active...
Please Remove the Pause VPN from Notification as its Functionality is not added in the package the package has only start and stop vpn functionality