Skip to content

Commit 41caf9c

Browse files
committed
working example for #42
1 parent 1d2de37 commit 41caf9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/BeaconsDemo/index.ios.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class BeaconsDemo extends Component {
7676
// you also have to add "Privacy - Location Always Usage Description" in your "Info.plist" file
7777
// otherwise monitoring won't work
7878
Beacons.requestAlwaysAuthorization();
79+
Beacons.shouldDropEmptyRanges(true);
7980
// Define a region which can be identifier + uuid,
8081
// identifier + uuid + major or identifier + uuid + major + minor
8182
// (minor and major properties are numbers)

0 commit comments

Comments
 (0)