react-native-vpn-status
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

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();

Package Sidebar

Install

npm i react-native-vpn-status

Weekly Downloads

857

Version

0.1.6

License

MIT

Unpacked Size

24.3 kB

Total Files

27

Last publish

Collaborators

  • aspidvip