react-native-ble-manager 10.1.1 → 10.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/ios/BleManager.m +1 -1
  2. package/package.json +1 -1
package/ios/BleManager.m CHANGED
@@ -17,7 +17,7 @@ RCT_EXPORT_MODULE();
17
17
  @synthesize manager;
18
18
  @synthesize peripherals;
19
19
  @synthesize scanTimer;
20
- bool hasListeners;
20
+ static bool hasListeners = NO;
21
21
 
22
22
  - (instancetype)init
23
23
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ble-manager",
3
- "version": "10.1.1",
3
+ "version": "10.1.2",
4
4
  "description": "A BLE module for react native.",
5
5
  "repository": {
6
6
  "type": "git",