mmazzarolo / react-native-beacons-android

A React-Native library for detecting beacons on Android
MIT License
74 stars 15 forks source link

Hardware equality enforced #24

Closed ivarasg closed 8 years ago

ivarasg commented 8 years ago

I was working with this library and when ranging, the module would only detect one of the beacons I had. I realized that all my beacons shared UUID, major and minor so AltBeacons asumed they were the same. I found out that there was a way to enforce the library to distinguish the beacons based on their mac address. I added the methods for supporting this.

Thanks for the project.

mmazzarolo commented 8 years ago

I can't test it but seems good, thanks a lot man!

mmazzarolo commented 8 years ago

P.S.: The feature is available in react-native-beacons-android@2.1.0