0.1.3 • Published 1 year ago

react-native-vpn-status v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.3

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago