@akbeniwal/react-native-smart-netinfo 1.0.6 → 1.0.7

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.
@@ -52,11 +52,11 @@ RCT_EXPORT_MODULE()
52
52
  }
53
53
 
54
54
  - (void)addListener:(NSString *)eventName {
55
- // Required by TurboModules spec
55
+ [super addListener:eventName];
56
56
  }
57
57
 
58
58
  - (void)removeListeners:(double)count {
59
- // Required by TurboModules spec
59
+ [super removeListeners:count];
60
60
  }
61
61
 
62
62
  - (std::shared_ptr<facebook::react::TurboModule>)getTurboModule:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akbeniwal/react-native-smart-netinfo",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A lightweight smart network monitoring library for React Native with internet reachability, latency monitoring, connection quality detection and speed testing.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",