@digiotech/react-native 2.0.1 → 2.0.3

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
@@ -96,6 +97,9 @@ implementation 'com.github.digio-tech:protean-esign:v3.2'
96
97
  dataBinding true
97
98
  }
98
99
 
100
+ // Make sure your project using
101
+ compileSdkVersion = 35
102
+ targetSdkVersion = 35
99
103
  ```
100
104
 
101
105
  ## SDK Reference
@@ -181,7 +185,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
181
185
  ```
182
186
 
183
187
  ### IOS Permission
184
-
188
+ - Digio SDK supports iOS 11 and above
185
189
  Permissions need to add in your info.plist
186
190
  ```
187
191
  /** Camera permission incase of selfie/video KYC/ capture document **/
@@ -74,7 +74,7 @@ android {
74
74
  viewBinding true
75
75
  dataBinding true
76
76
  }
77
- buildToolsVersion '33.0.0'
77
+ // buildToolsVersion '33.0.0'
78
78
  }
79
79
 
80
80
  repositories {
@@ -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.15"))
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")
@@ -1,5 +1,5 @@
1
1
  DigioReactNative_kotlinVersion=1.7.0
2
2
  DigioReactNative_minSdkVersion=21
3
- DigioReactNative_targetSdkVersion=34
4
- DigioReactNative_compileSdkVersion=34
3
+ DigioReactNative_targetSdkVersion=35
4
+ DigioReactNative_compileSdkVersion=35
5
5
  DigioReactNative_ndkversion=21.4.7075529
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.3",
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",