UNPKG

react-native-ios-wifi

Version:

Experimental implementation of automatically connecting to protected WiFi from a react native app. This version supports pod install and is compatible with react-native 0.60 and above

6 lines (3 loc) 107 B
import { NativeModules } from 'react-native'; const { IosWifi } = NativeModules; export default IosWifi;