Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android build failed on latest React Native version 0.74.2 #64

Open
Vishujain1 opened this issue Jun 13, 2024 · 1 comment
Open

Android build failed on latest React Native version 0.74.2 #64

Vishujain1 opened this issue Jun 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Vishujain1
Copy link

Vishujain1 commented Jun 13, 2024

Bug description:
Android build failed on latest React Native version 0.74.2

Error:

Task :vpnLib:compileUiDebugJavaWithJavac FAILED
43 actionable tasks: 5 executed, 38 up-to-date

info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor

/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:37: error: cannot find symbol
static final RemoteCallbackList mCallbacks =
^
symbol: class IStatusCallbacks
location: class OpenVPNStatusService
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:61: error: package IServiceStatus does not exist
private static final IServiceStatus.Stub mBinder = new IServiceStatus.Stub() {
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:231: error: cannot find symbol
private static void sendUpdate(IStatusCallbacks broadcastItem,
^
symbol: class IStatusCallbacks
location: class OpenVPNStatusService
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:69: error: cannot find symbol
public class OpenVPNService extends VpnService implements StateListener, Callback, ByteCountListener, IOpenVPNServiceInternal {
^
symbol: class IOpenVPNServiceInternal
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/StatusListener.java:31: error: cannot find symbol
private final IStatusCallbacks mCallback = new IStatusCallbacks.Stub() {
^
symbol: class IStatusCallbacks
location: class StatusListener
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/ExtAuthHelper.java:22: error: cannot find symbol
import de.blinkt.openvpn.api.ExternalCertificateProvider;
^
symbol: class ExternalCertificateProvider
location: package de.blinkt.openvpn.api
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/ExtAuthHelper.java:248: error: cannot find symbol
private final ExternalCertificateProvider service;
^
symbol: class ExternalCertificateProvider
location: class ExternalAuthProviderConnection
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/ExtAuthHelper.java:252: error: cannot find symbol
ExternalCertificateProvider service) {
^
symbol: class ExternalCertificateProvider
location: class ExternalAuthProviderConnection
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/ExtAuthHelper.java:263: error: cannot find symbol
public ExternalCertificateProvider getService() {
^
symbol: class ExternalCertificateProvider
location: class ExternalAuthProviderConnection
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/LaunchVPN.java:38: error: cannot find symbol
import de.blinkt.openvpn.core.IServiceStatus;
^
symbol: class IServiceStatus
location: package de.blinkt.openvpn.core
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:42: error: cannot find symbol
import de.blinkt.openvpn.core.IOpenVPNServiceInternal;
^
symbol: class IOpenVPNServiceInternal
location: package de.blinkt.openvpn.core
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:56: error: cannot find symbol
final RemoteCallbackList mCallbacks =
^
symbol: class IOpenVPNStatusCallback
location: class ExternalOpenVPNService
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:59: error: cannot find symbol
private IOpenVPNServiceInternal mService;
^
symbol: class IOpenVPNServiceInternal
location: class ExternalOpenVPNService
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:116: error: package IOpenVPNAPIService does not exist
private final IOpenVPNAPIService.Stub mBinder = new IOpenVPNAPIService.Stub() {
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:408: error: cannot find symbol
private void sendUpdate(IOpenVPNStatusCallback broadcastItem,
^
symbol: class IOpenVPNStatusCallback
location: class OpenVPNServiceHandler
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ConfirmDialog.java:40: error: cannot find symbol
import de.blinkt.openvpn.core.IOpenVPNServiceInternal;
^
symbol: class IOpenVPNServiceInternal
location: package de.blinkt.openvpn.core
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ConfirmDialog.java:58: error: cannot find symbol
private IOpenVPNServiceInternal mService;
^
symbol: class IOpenVPNServiceInternal
location: class ConfirmDialog
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/RemoteAction.java:20: error: cannot find symbol
import de.blinkt.openvpn.core.IOpenVPNServiceInternal;
^
symbol: class IOpenVPNServiceInternal
location: package de.blinkt.openvpn.core
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/RemoteAction.java:29: error: cannot find symbol
private IOpenVPNServiceInternal mService;
^
symbol: class IOpenVPNServiceInternal
location: class RemoteAction
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/activities/DisconnectVPN.java:20: error: cannot find symbol
import de.blinkt.openvpn.core.IOpenVPNServiceInternal;
^
symbol: class IOpenVPNServiceInternal
location: package de.blinkt.openvpn.core
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/activities/DisconnectVPN.java:29: error: cannot find symbol
private IOpenVPNServiceInternal mService;
^
symbol: class IOpenVPNServiceInternal
location: class DisconnectVPN
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:61: error: package IServiceStatus does not exist
private static final IServiceStatus.Stub mBinder = new IServiceStatus.Stub() {
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:64: error: cannot find symbol
public ParcelFileDescriptor registerStatusCallback(IStatusCallbacks cb) throws RemoteException {
^
symbol: class IStatusCallbacks
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:112: error: cannot find symbol
public void unregisterStatusCallback(IStatusCallbacks cb) throws RemoteException {
^
symbol: class IStatusCallbacks
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:63: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:111: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:116: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:121: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:126: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:195: error: cannot find symbol
RemoteCallbackList callbacks;
^
symbol: class IStatusCallbacks
location: class OpenVPNStatusHandler
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNStatusService.java:204: error: cannot find symbol
IStatusCallbacks broadcastItem = callbacks.getBroadcastItem(i);
^
symbol: class IStatusCallbacks
location: class OpenVPNStatusHandler
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:105: error: package IOpenVPNServiceInternal does not exist
private final IBinder mBinder = new IOpenVPNServiceInternal.Stub() {
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:107: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:112: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:117: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:122: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:127: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:133: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:192: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:198: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:204: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:504: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java:732: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/StatusListener.java:31: error: package IStatusCallbacks does not exist
private final IStatusCallbacks mCallback = new IStatusCallbacks.Stub() {
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/StatusListener.java:32: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/StatusListener.java:37: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/StatusListener.java:43: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/StatusListener.java:48: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/StatusListener.java:60: error: cannot find symbol
IServiceStatus serviceStatus = IServiceStatus.Stub.asInterface(service);
^
symbol: class IServiceStatus
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/StatusListener.java:60: error: package IServiceStatus does not exist
IServiceStatus serviceStatus = IServiceStatus.Stub.asInterface(service);
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/ExtAuthHelper.java:120: error: cannot find symbol
ExternalCertificateProvider externalAuthProvider = authProviderConnection.getService();
^
symbol: class ExternalCertificateProvider
location: class ExtAuthHelper
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/ExtAuthHelper.java:142: error: cannot find symbol
ExternalCertificateProvider externalAuthProvider = authProviderConnection.getService();
^
symbol: class ExternalCertificateProvider
location: class ExtAuthHelper
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/ExtAuthHelper.java:160: error: cannot find symbol
ExternalCertificateProvider externalAuthProvider = authProviderConnection.getService();
^
symbol: class ExternalCertificateProvider
location: class ExtAuthHelper
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/ExtAuthHelper.java:196: error: cannot find symbol
final BlockingQueue q = new LinkedBlockingQueue<>(1);
^
symbol: class ExternalCertificateProvider
location: class ExtAuthHelper
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/core/ExtAuthHelper.java:205: error: package ExternalCertificateProvider does not exist
q.put(ExternalCertificateProvider.Stub.asInterface(service));
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/LaunchVPN.java:99: error: cannot find symbol
IServiceStatus service = IServiceStatus.Stub.asInterface(binder);
^
symbol: class IServiceStatus
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/LaunchVPN.java:99: error: package IServiceStatus does not exist
IServiceStatus service = IServiceStatus.Stub.asInterface(binder);
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:70: error: cannot find symbol
mService = (IOpenVPNServiceInternal) (service);
^
symbol: class IOpenVPNServiceInternal
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:116: error: package IOpenVPNAPIService does not exist
private final IOpenVPNAPIService.Stub mBinder = new IOpenVPNAPIService.Stub() {
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:278: error: cannot find symbol
public void registerStatusCallback(IOpenVPNStatusCallback cb)
^
symbol: class IOpenVPNStatusCallback
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:292: error: cannot find symbol
public void unregisterStatusCallback(IOpenVPNStatusCallback cb)
^
symbol: class IOpenVPNStatusCallback
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:118: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:156: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:167: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:199: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:204: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:210: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:235: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:243: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:256: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:266: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:277: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:291: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:300: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:307: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:314: error: method does not override or implement a method from a supertype
@OverRide
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ExternalOpenVPNService.java:384: error: cannot find symbol
RemoteCallbackList callbacks;
^
symbol: class IOpenVPNStatusCallback
location: class OpenVPNServiceHandler
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/ConfirmDialog.java:63: error: package IOpenVPNServiceInternal does not exist
mService = IOpenVPNServiceInternal.Stub.asInterface(service);
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/api/RemoteAction.java:35: error: package IOpenVPNServiceInternal does not exist
mService = IOpenVPNServiceInternal.Stub.asInterface(service);
^
/Users/vishujain/Documents/VPN/node_modules/react-native-simple-openvpn/vpnLib/src/main/java/de/blinkt/openvpn/activities/DisconnectVPN.java:38: error: package IOpenVPNServiceInternal does not exist
mService = IOpenVPNServiceInternal.Stub.asInterface(service);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
80 errors

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':vpnLib:compileUiDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

Environment:

  • OS: MACOS
  • react-native version:0.74.2
  • react-native-simple-openvpn version:2.1.1
@Vishujain1 Vishujain1 added the bug Something isn't working label Jun 13, 2024
@XiaoZ0108
Copy link

same ,i need help,i had tried many solution in issue and complete ,but none of them success. OS:Window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants