react-native-simple-openvpn icon indicating copy to clipboard operation
react-native-simple-openvpn copied to clipboard

A simple react native module to interact with OpenVPN

Results 25 react-native-simple-openvpn issues
Sort by recently updated
recently updated
newest added

**Bug description:** **Environment:** - OS: IOS - OS version: Any version - react-native version: 0.71.1 - react-native-simple-openvpn version: latest version

bug

**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:** ![image](https://user-images.githubusercontent.com/37032347/236630291-cd9f434d-1999-4292-9adf-1a44a88381b3.png) **Environment:** - OS: windows 10 -...

bug

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

**Bug description:** ![IMG_0274](https://user-images.githubusercontent.com/87758174/210710056-80c10e44-9300-4d8b-9c90-247b0b80f744.PNG) **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...

bug

![code](https://github.com/ccnnde/react-native-simple-openvpn/assets/76476417/993b4738-f761-443b-8f90-4b440415827e) **this is my code** ![Capture](https://github.com/ccnnde/react-native-simple-openvpn/assets/76476417/6865ba8d-001c-4faf-a16e-273c4b45b89b) **and when click the button then show this error** **please solve this immediately**

bug

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

Is there a way to read the 'netstat' data sent to the notification?

enhancement

**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...

bug

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

enhancement