react-native-ble-plx
Version:
React Native Bluetooth Low Energy library
11 lines (10 loc) • 364 B
TypeScript
import { type ConfigPlugin } from '@expo/config-plugins';
import { BackgroundMode } from './withBLEBackgroundModes';
export { BackgroundMode };
declare const _default: ConfigPlugin<void | {
isBackgroundEnabled?: boolean;
neverForLocation?: boolean;
modes?: BackgroundMode[];
bluetoothAlwaysPermission?: string | false;
}>;
export default _default;