UNPKG

react-native-ble-nitro

Version:

High-performance React Native BLE library built on Nitro Modules

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