We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612bc00 commit 70063b4Copy full SHA for 70063b4
ios/RNNearBee.m
@@ -37,7 +37,6 @@ - (dispatch_queue_t)methodQueue
37
self.beacons = [@[] mutableCopy];
38
RNNearBee.nearBee = [NearBee initNearBee];
39
RNNearBee.nearBee.delegate = self;
40
- RNNearBee.nearBee.geoFenceNotificationThreshold = 20;
41
[RNNearBee.nearBee enableBackgroundNotification:YES];
42
}
43
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-nearbee",
3
- "version": "3.1.1-beta.3",
+ "version": "3.1.3",
4
"description": "NearBee SDK for your react native applications",
5
"main": "index.js",
6
"scripts": {
0 commit comments