react-native-ble-nitro
Version:
High-performance React Native BLE library built on Nitro Modules - drop-in replacement for react-native-ble-plx
12 lines (11 loc) • 581 B
TypeScript
/**
* Compatibility layer for react-native-ble-nitro
*
* This module provides compatibility shims and converters to maintain
* 100% API compatibility with react-native-ble-plx while working with
* Nitro's type system constraints.
*/
export * from './serviceData';
export * from './deviceWrapper';
export * from './constants';
export { stateToString, stringToState, logLevelToString, stringToLogLevel, characteristicSubscriptionTypeToString, stringToCharacteristicSubscriptionType, normalizeState, normalizeLogLevel, normalizeCharacteristicSubscriptionType, } from './enums';