|
1 | 1 | # react-native-simple-openvpn
|
2 | 2 |
|
3 |
| -[](https://www.npmjs.com/package/react-native-simple-openvpn) |
4 |
| - |
5 |
| -[](http://www.gnu.org/licenses/gpl-2.0.html) |
| 3 | +[![npm latest][version-img]][pkg-url] |
| 4 | +[![download][download-img]][pkg-url] |
| 5 | +![platforms][platform-img] |
| 6 | +[![GNU General Public License][license-img]](LICENSE) |
6 | 7 |
|
7 | 8 | English | [简体中文](./README.zh-CN.md)
|
8 | 9 |
|
9 | 10 | A simple react native module to interact with OpenVPN
|
10 | 11 |
|
11 | 12 | ## Versions
|
12 | 13 |
|
13 |
| -| RNSimpleOpenvpn | React Native | |
14 |
| -| ------------------------------------------------------------------- | ------------ | |
15 |
| -|  | 0.56 ~ 0.65 | |
| 14 | +| RNSimpleOpenvpn | React Native | |
| 15 | +| ------------------------------------------------------------------------------------ | ------------ | |
| 16 | +|  | 0.56 ~ 0.66 | |
16 | 17 |
|
17 | 18 | ## Preview
|
18 | 19 |
|
@@ -51,6 +52,10 @@ pod install
|
51 | 52 |
|
52 | 53 | See [iOS Guide](docs/iOS-Guide.md) for iOS side Network Extension configuration and OpenVPN integration
|
53 | 54 |
|
| 55 | +## Example |
| 56 | + |
| 57 | +[Example](./example/README.md) |
| 58 | + |
54 | 59 | ## Usage
|
55 | 60 |
|
56 | 61 | ```jsx
|
@@ -223,3 +228,11 @@ The following items were used in this project
|
223 | 228 | ## License
|
224 | 229 |
|
225 | 230 | react-native-simple-openvpn is available under the GPLv2 license. See the [LICENSE](LICENSE) file for more information
|
| 231 | + |
| 232 | +<!-- badge url --> |
| 233 | + |
| 234 | +[pkg-url]: https://www.npmjs.com/package/react-native-simple-openvpn |
| 235 | +[version-img]: https://img.shields.io/npm/v/react-native-simple-openvpn?color=deepgreen&style=flat-square |
| 236 | +[download-img]: https://img.shields.io/npm/dm/react-native-simple-openvpn?style=flat-square |
| 237 | +[platform-img]: https://img.shields.io/badge/platforms-android%20|%20ios-lightgrey?style=flat-square |
| 238 | +[license-img]: https://img.shields.io/badge/license-GPL%20v2-orange?style=flat-square |
0 commit comments