elmzteam / beaconbroadcast

React Native Module that broadcasts an iBeacon uuid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Objective-C 80.6%Language:JavaScript 19.4%