react-native-ble-plx
Version:
React Native Bluetooth Low Energy library
11 lines • 401 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;
//# sourceMappingURL=withBLE.d.ts.map