@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 +1 -1
- package/android/build.gradle +1 -1
- package/package.json +1 -1
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.
|
|
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
|
package/android/build.gradle
CHANGED
|
@@ -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
|
-
|
|
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
|
}
|