Skip to content

React Native plugin for scanning beacon devices on Android and iOS.

License

Notifications You must be signed in to change notification settings

cubeacon/react-native-beacon

Repository files navigation

npm (scoped) Build Status GitHub FOSSA Status codecov Coverage Status

React Native Beacon

Getting started

$ npm install @eyro/react-native-beacon --save

or if you using yarn

$ yarn add @eyro/react-native-beacon

Mostly automatic installation

$ react-native link @eyro/react-native-beacon

Usage

import BeaconManager from '@eyro/react-native-beacon';

// TODO: What to do with the module?
BeaconManager;

License

FOSSA Status