@trycourier/courier-react-native 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.
@@ -24,6 +24,9 @@ class CourierReactNative: RCTEventEmitter {
24
24
  // Used to know the platform performing requests
25
25
  Courier.agent = CourierAgent.react_native_ios
26
26
 
27
+ // Reset Debugger
28
+ Courier.shared.isDebugging = false
29
+
27
30
  // Attach the listeners
28
31
  attachObservers()
29
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycourier/courier-react-native",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",