UNPKG

react-native-wifi

Version:

A react-native implementation for viewing and connecting to Wifi networks on Android and iOS devices.

7 lines (3 loc) 116 B
import { NativeModules } from 'react-native'; const { WifiManager } = NativeModules; export default WifiManager;