I am developing a VPN app in react native and I wanted to use v2ray (https://www.v2ray.com/en) to hide a wireguard vpn tunnel (I have not set up wireguard yet). I found this library https://cdn.jsdelivr.net/npm/react-native-v2ray/ but it seems very premature and has a lot of vulnerabilities. This is my first time using react native and I don't know what is the best way to implement this. Thanks in advance!
I found https://cdn.jsdelivr.net/npm/react-native-v2ray/and https://github.com/2dust/v2rayNG/