UNPKG

react-native-ble-nitro

Version:

High-performance React Native BLE library built on Nitro Modules - drop-in replacement for react-native-ble-plx

15 lines 321 B
{ "$schema": "https://nitro.margelo.com/nitro.schema.json", "cxxNamespace": ["co", "zyke", "ble"], "ios": { "iosModuleName": "BleNitro" }, "android": { "androidNamespace": ["co", "zyke", "ble"], "androidCxxLibName": "BleNitro" }, "autolinking": {}, "ignorePaths": [ "**/node_modules" ] }