You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static get REGION ()
{
var region =
{
"identifier" : "Entrance",
"uuid" : "f1116da6-4fa2-4e11-1111-bc5b71e1111e",
"major" : 2, // tried with and without major+minor
"minor" : 63288
}
return region;
}
regionDidEnter does not to fire, or rarely does. I am using Estimote and Kontakt.IO beacons and have the same experience for both. For the Estimote, I did test using the ranging method, and the beaconsDidRange event does appear to fire and I do see change in the proximity field.
Any thoughts?
Thanks,
Monte
The text was updated successfully, but these errors were encountered:
Hmmm. I moved to a different location and using the same beacons have been able to get the regionXxx methods to fire. Strange. I will close but would love some insight from anyone on that regarding experiences of what I assume could be interference?
Just a guess, but are you sure that you went far enough away from the beacons? Even beacons that are set to a very low power can be picked up for a long distance if there is no interference.
Version
0.6.0
react-native-cli: 1.2.0
react-native: 0.38.0
Steps to reproduce
Expected behavior
regionDidEnter/regionDidExit should fire.
Actual behavior
regionDidEnter does not to fire, or rarely does. I am using Estimote and Kontakt.IO beacons and have the same experience for both. For the Estimote, I did test using the ranging method, and the beaconsDidRange event does appear to fire and I do see change in the proximity field.
Any thoughts?
Thanks,
Monte
The text was updated successfully, but these errors were encountered: