UNPKG

react-native-ble-plx

Version:
11 lines (10 loc) 364 B
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;