react-native-beacons-scanner
v1.0.1
Published
TODO
Downloads
2
Readme
react-native-beacons-scanner
Getting started
$ npm install react-native-beacons-scanner --save
Mostly automatic installation
$ react-native link react-native-beacons-scanner
Usage
import BeaconsScanner from 'react-native-beacons-scanner';
// Start beacons scanner on app killed
BeaconsScanner.startMonitoring(message);