react-native-hyperkyc-sdk 0.1.2-alpha → 0.1.3-alpha

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.
@@ -33,7 +33,7 @@ import co.hyperverge.hyperkyc.data.models.HyperKycResult;
33
33
 
34
34
 
35
35
 
36
- public class HyperkycSdkModule extends ReactContextBaseJavaModule {
36
+ public class HyperkycSdkModule extends ReactContextBaseJavaModule implements ActivityEventListener {
37
37
  public static final String NAME = "HyperkycSdk";
38
38
 
39
39
  private final ReactApplicationContext reactContext;
@@ -148,4 +148,5 @@ public class HyperkycSdkModule extends ReactContextBaseJavaModule {
148
148
 
149
149
  }
150
150
 
151
+
151
152
  }
@@ -23,7 +23,7 @@ public class HyperkycSdkPackage implements ReactPackage {
23
23
  return modules;
24
24
  }
25
25
 
26
- @Override
26
+
27
27
  public List<Class<? extends JavaScriptModule>> createJSModules() {
28
28
  return null;
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperkyc-sdk",
3
- "version": "0.1.2-alpha",
3
+ "version": "0.1.3-alpha",
4
4
  "description": "React Native wrapper for HyperKYC SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",