Skip to content

philipheinser/beaconbroadcast

Repository files navigation

beaconbroadcast npm

React Native Module that broadcasts an iBeacon uuid.

Setup

Install using https://github.com/rnpm/rnpm :

rnpm install beaconbroadcast

Import in your project:

import BeaconBroadcast from 'beaconbroadcast';

API

Start iBeacon on device:

BeaconBroadcast.startAdvertisingBeaconWithString('uuid', 'identifier');

Stop iBeacon:

BeaconBroadcast.stopAdvertisingBeacon()

About

React Native Module that broadcasts an iBeacon uuid.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published