$ npm install @eyro/react-native-beacon --save
or if you using yarn
$ yarn add @eyro/react-native-beacon
$ react-native link @eyro/react-native-beacon
import BeaconManager from '@eyro/react-native-beacon';
// TODO: What to do with the module?
BeaconManager;