UNPKG

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

Version:

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

10 lines (9 loc) 283 B
import { ConfigPlugin } from "@expo/config-plugins"; export declare enum BackgroundMode { Central = "central", Peripheral = "peripheral" } /** * Append `UIBackgroundModes` to the `Info.plist`. */ export declare const withBLEBackgroundModes: ConfigPlugin<BackgroundMode[]>;