UNPKG

react-native-ble-plx

Version:
10 lines (9 loc) 288 B
import { type 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[]>;