react-native-ovpn 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,8 +26,17 @@ client.dispose();
|
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
29
|
+
## Demo
|
|
30
|
+
|
|
31
|
+
https://github.com/user-attachments/assets/6d19d50c-0ed3-4f73-994e-027c241ab149
|
|
32
|
+
|
|
33
|
+
> The video renders inline on GitHub. On npmjs.com, [open it directly](https://github.com/user-attachments/assets/6d19d50c-0ed3-4f73-994e-027c241ab149).
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
29
37
|
## Table of contents
|
|
30
38
|
|
|
39
|
+
- [Demo](#demo)
|
|
31
40
|
- [Features](#features)
|
|
32
41
|
- [Install](#install)
|
|
33
42
|
- [Expo (recommended)](#expo-recommended)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-ovpn",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "OpenVPN client for React Native — Android, iOS, and Expo. New Architecture (TurboModule), kill switch, custom DNS, bounded auto-reconnect.",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|