react-native-beacons-scanner

TODO

Usage no npm install needed!

<script type="module">
  import reactNativeBeaconsScanner from 'https://cdn.skypack.dev/react-native-beacons-scanner';
</script>

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);