react-native-ble-plx
Version:
React Native Bluetooth Low Energy library
10 lines • 340 B
TypeScript
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[]>;
//# sourceMappingURL=withBLEBackgroundModes.d.ts.map