@screeb/react-native 2.0.15 → 2.0.16

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.
@@ -28,7 +28,7 @@ class ScreebModule: RCTEventEmitter {
28
28
  }
29
29
 
30
30
  var initOptions = InitOptions()
31
- initOptions?.forEach{ option in
31
+ initOptions_?.forEach{ option in
32
32
  if (option.key == "isDebugMode") {
33
33
  initOptions = InitOptions(isDebugMode: option.value as! Bool)
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@screeb/react-native",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "Continuous Product Discovery",
5
5
  "scripts": {
6
6
  "clean": "rm -rf lib/",