1.0.2 • Published 9 years ago

react-native-alt-beacon v1.0.2

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

RNAAltBeacon

A work-in-progress lib to work with AltBeacon and React Native.

IOS

No donuts for you. I can't make a functional ios version.

For test purpose, you can install AltBeacon for ios into your project and add iOs folder content. It doesn't emit signal nor errors..

Android

Can transmit and receive beacon data.

Methods:

  • checkTransmissionSupported(cb:Function)
  • startTransmitting(uuid:String, params:Object, onSuccess:Function, onError:Function)
  • startMonitoring(uuid:String)
  • startRanging(uuid:String)

Events

  • startMonitoring
  • startRanging
  • didEnterRegion
  • didExitRegion
  • didDetermineStateForRegion
  • didFoundBeacons