UNPKG
react-native-vpn-detection
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Detect VPN and Proxy
github.com/salehanoor644/react-native-vpn-detection
react-native-vpn-detection
/
index.js
7 lines
(3 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
NativeModules
}
from
'react-native'
;
const
{
RNNativeVpnDetect
} =
NativeModules
;
export
default
RNNativeVpnDetect
;