An open API service indexing awesome lists of open source software.

https://github.com/philipheinser/beaconbroadcast

React Native Module that broadcasts an iBeacon uuid.
https://github.com/philipheinser/beaconbroadcast

broadcasts hacktoberfest ibeacon react-native

Last synced: about 1 year ago
JSON representation

React Native Module that broadcasts an iBeacon uuid.

Awesome Lists containing this project

README

          

# beaconbroadcast ![npm](https://badge.fury.io/js/beaconbroadcast.svg)
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()`