0.1.5 • Published 4 months ago

react-native-vpn-status v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

react-native-vpn-status

Get current VPN status

Getting started

$ npm install react-native-vpn-status --save

or

$ yarn add react-native-vpn-status

and

$ cd ios && pod install

Usage

import { detectVPN } from 'react-native-vpn-status';

* Example
async function getStatusVPN() {
	const isStatus = await detectVPN(); // bool
}
getStatusVPN();
0.1.5

4 months ago

0.1.4

11 months ago

0.1.3

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago