reactNativeBeaconExample
reactNativeBeaconExample copied to clipboard
Correcting the property on rowData for distance
Issue: https://github.com/MacKentoch/reactNativeBeaconExample/issues/6
I was getting undefined for distance while using rowData.accuracy with Estimote Beacons on my android device.
It worked fine after I read through the entire object rowData and found rowData.distance as a valid property.