@digiotech/react-native 1.0.13 → 1.0.14

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.
package/README.md CHANGED
@@ -86,7 +86,7 @@ function YourComponent() {
86
86
 
87
87
  ## Android
88
88
  #### Note: Incase you are using camera feature and facing black screen on camera then follow below steps
89
- - Add digioKycworkflow.aar file inside your react project under android/app/libs folder. [Download digio_kyc_workflow-4.0.9.aar](https://drive.google.com/file/d/1FGhaihW42uL3dqGVMohvgu7Ie5EbBKb8/view?usp=sharing)
89
+ - Add digioKycworkflow.aar file inside your react project under android/app/libs folder. [Download digio_kyc_workflow-4.0.15.aar](https://drive.google.com/file/d/1nHeZhDBPavLxwJp0VgNrMiEZpXswENgz/view?usp=sharing)
90
90
 
91
91
 
92
92
  - Add below in your project under build.gradle file inside dependencies
@@ -106,7 +106,7 @@ dependencies {
106
106
  implementation 'com.google.android.gms:play-services-location:21.0.1'
107
107
  implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
108
108
 
109
- implementation 'com.github.digio-tech:protean-esign:v3.2'
109
+ compileOnly 'com.github.digio-tech:protean-esign:v3.2'
110
110
  implementation 'com.android.volley:volley:1.2.1'
111
111
  implementation 'com.scottyab:rootbeer-lib:0.1.0'
112
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digiotech/react-native",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "SDK for invoking client side journey for any of Digio request",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",