We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2de37 commit 41caf9cCopy full SHA for 41caf9c
1 file changed
examples/BeaconsDemo/index.ios.js
@@ -76,6 +76,7 @@ class BeaconsDemo extends Component {
76
// you also have to add "Privacy - Location Always Usage Description" in your "Info.plist" file
77
// otherwise monitoring won't work
78
Beacons.requestAlwaysAuthorization();
79
+ Beacons.shouldDropEmptyRanges(true);
80
// Define a region which can be identifier + uuid,
81
// identifier + uuid + major or identifier + uuid + major + minor
82
// (minor and major properties are numbers)
0 commit comments