Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.66 KB

File metadata and controls

37 lines (26 loc) · 1.66 KB

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