UNPKG

@matthewwarnes/react-native-ble-manager-plugin

Version:

Config plugin to auto configure react-native-ble-manager on prebuild

6 lines (5 loc) 219 B
import { ConfigPlugin } from "@expo/config-plugins"; export declare const withBluetoothPermissions: ConfigPlugin<{ bluetoothAlwaysPermission?: string | false; bluetoothPeripheralPermission?: string | false; }>;