@vvteplygin/react-native-ble
v0.1.8
Published
React native module to manage bluetooth peripheral mode
Downloads
7
Readme
react-native-ble
Getting started
$ npm install react-native-ble --save
Mostly automatic installation
$ react-native link react-native-ble
Usage
import BlePeripheralManager from 'react-native-ble';
// TODO: What to do with the module?
BlePeripheralManager;