UNPKG

react-native-wifi-reborn

Version:

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

7 lines (6 loc) 192 B
import { ConfigPlugin } from '@expo/config-plugins'; export declare type Props = { fineLocationPermission?: false; }; declare const _default: ConfigPlugin<Props>; export default _default;