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;