Skip to content

9lan/react-native-ble

Repository files navigation

React Native Ble

React native module that manages the functionality of searching for Bluetooth Low Energy (BLE) peripherals

Installation

npm install @9lan/react-native-ble

or

yarn add @9lan/react-native-ble

IOS

npx pod install

Usage

import { ReactNativeBle, type Peripheral } from '@9lan/react-native-ble';

See example

Features

  • Implement a feature to initiate and terminate the scanning of nearby BLE peripherals on IOS.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT