react-native-ble-plx
Version:
React Native Bluetooth Low Energy library
11 lines • 449 B
TypeScript
import { type ConfigPlugin } from '@expo/config-plugins';
import { BackgroundMode } from './withBLEBackgroundModes';
export { BackgroundMode };
declare const _default: ConfigPlugin<void | {
isBackgroundEnabled?: boolean | undefined;
neverForLocation?: boolean | undefined;
modes?: BackgroundMode[] | undefined;
bluetoothAlwaysPermission?: string | false | undefined;
}>;
export default _default;
//# sourceMappingURL=withBLE.d.ts.map