UNPKG

react-native-ble-nitro

Version:

High-performance React Native BLE library built on Nitro Modules

7 lines (6 loc) 286 B
import { NitroModules } from 'react-native-nitro-modules'; // Export the native implementation const NativeBleNitroImpl = NitroModules.createHybridObject('NativeBleNitro'); // export default NativeBleNitroImpl; export default NativeBleNitroImpl; export * from './NativeBleNitro.nitro';