UNPKG

@management-and-computer-consultants/react-native-wifi-manager

Version:
9 lines (6 loc) 262 B
import { NativeModules, Platform } from 'react-native'; const { WifiManager } = NativeModules; if (!WifiManager) { throw new Error('WifiManager native module is not available. Make sure to link the library properly.'); } export default WifiManager;