I Searched a lot about how to make an l2tp or pptp vpn app using react-native but i didn't find anything anyone has solution?
How to make an vpn app using react native
Asked Answered
I have found a library and modified that to develop the app –
Lully
Example projects:
You can fork them on github and make the changes you want to.
[EDIT]
You can use react-native-ip-sec-vpn now!
Use it like as follow:
import {prepare, connect} from "react-native-ip-sec-vpn";
...
useEffect(() => {
prepare();
}); /// or use componentDidmount in case of a class component
...
connect(address, username, password)
all of the mention apps are just UI. the package no shown is depricated –
Lully
@Engr.AftabUfaq Some of them might not be working as intended too, as now the react-native framework became more up to date and those projects use an old version of react-native. 2 years of difference should make those projects break with new stuff! –
Aeolipile
the mentioned project has just ui and are not real vpn apps –
Lully
yes. I have done this. –
Lully
@OmarSaade yes. I have done this. WhatsApp me +923055924406 –
Lully
© 2022 - 2024 — McMap. All rights reserved.