0.1.3 • Published 8 years ago

beaconbroadcast v0.1.3

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

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

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago