@digiotech/react-native 2.0.1 → 2.0.2

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
@@ -84,7 +84,8 @@ function YourComponent() {
84
84
  }
85
85
  ```
86
86
 
87
- ## Android
87
+ ## Android
88
+ - Digio SDK supports android version 7 (SDK level 24) and above
88
89
  - Add below in your project under build.gradle (module:app)file inside dependencies
89
90
 
90
91
  ```tsx
@@ -181,7 +182,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
181
182
  ```
182
183
 
183
184
  ### IOS Permission
184
-
185
+ - Digio SDK supports iOS 11 and above
185
186
  Permissions need to add in your info.plist
186
187
  ```
187
188
  /** Camera permission incase of selfie/video KYC/ capture document **/
@@ -89,7 +89,7 @@ dependencies {
89
89
  //noinspection GradleDynamicVersion
90
90
  implementation "com.facebook.react:react-native:+"
91
91
  // core dependencies
92
- implementation(platform("com.github.digio-tech:digio-bom:v1.0.10"))
92
+ implementation(platform("com.github.digio-tech:digio-bom:v1.0.14"))
93
93
  implementation("androidx.appcompat:appcompat")
94
94
  implementation("com.google.android.material:material")
95
95
  implementation("androidx.navigation:navigation-fragment-ktx")
@@ -107,7 +107,7 @@ dependencies {
107
107
 
108
108
  implementation("com.github.digio-tech:sdk_offlinekyc")
109
109
 
110
- implementation("com.github.digio-tech:esign_otp")
110
+ // implementation("com.github.digio-tech:esign_otp")
111
111
  compileOnly("com.github.digio-tech:protean-esign")
112
112
  implementation("com.github.digio-tech:cvl_esign")
113
113
  implementation("com.scottyab:rootbeer-lib")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digiotech/react-native",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
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",