React native module that manages the functionality of searching for Bluetooth Low Energy (BLE) peripherals
npm install @9lan/react-native-ble
or
yarn add @9lan/react-native-ble
npx pod install
import { ReactNativeBle, type Peripheral } from '@9lan/react-native-ble';
See example
- Implement a feature to initiate and terminate the scanning of nearby BLE peripherals on IOS.
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT