@getyoti/yoti-doc-scan-react-native 6.0.0 → 7.0.0
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
|
@@ -17,7 +17,7 @@ To integrate with Yoti IDV, a working infrastructure is needed (see [developers.
|
|
|
17
17
|
Start your integration by adding the following dependency to your `package.json` file:
|
|
18
18
|
```json
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@getyoti/yoti-doc-scan-react-native": "^
|
|
20
|
+
"@getyoti/yoti-doc-scan-react-native": "^7.0.0"
|
|
21
21
|
}
|
|
22
22
|
```
|
|
23
23
|
|
|
@@ -26,7 +26,7 @@ Continuing with your integration for Android, add the following property and rep
|
|
|
26
26
|
```groovy
|
|
27
27
|
buildscript {
|
|
28
28
|
ext {
|
|
29
|
-
yotiSdkVersion = "4.
|
|
29
|
+
yotiSdkVersion = "4.3.0"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
allprojects {
|
|
@@ -70,7 +70,7 @@ To continue your integration with iOS, you should add the following to your [`Po
|
|
|
70
70
|
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
|
|
71
71
|
require_relative '../node_modules/react-native/scripts/react_native_pods'
|
|
72
72
|
|
|
73
|
-
platform :ios, '
|
|
73
|
+
platform :ios, '15.1'
|
|
74
74
|
|
|
75
75
|
target 'TargetName' do
|
|
76
76
|
config = use_native_modules!
|
package/android/build.gradle
CHANGED
|
@@ -7,13 +7,13 @@ def safeExtGet(prop, fallback) {
|
|
|
7
7
|
android {
|
|
8
8
|
namespace "com.yoti.reactnative.docscan"
|
|
9
9
|
|
|
10
|
-
compileSdk safeExtGet('compileSdkVersion',
|
|
10
|
+
compileSdk safeExtGet('compileSdkVersion', 35)
|
|
11
11
|
|
|
12
12
|
defaultConfig {
|
|
13
|
-
minSdkVersion safeExtGet('minSdkVersion',
|
|
14
|
-
targetSdkVersion safeExtGet('targetSdkVersion',
|
|
15
|
-
versionCode
|
|
16
|
-
versionName "
|
|
13
|
+
minSdkVersion safeExtGet('minSdkVersion', 24)
|
|
14
|
+
targetSdkVersion safeExtGet('targetSdkVersion', 35)
|
|
15
|
+
versionCode 700
|
|
16
|
+
versionName "7.0.0"
|
|
17
17
|
ndk {
|
|
18
18
|
abiFilters "armeabi-v7a", "x86"
|
|
19
19
|
}
|
|
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|
|
3
3
|
distributionPath=wrapper/dists
|
|
4
4
|
zipStoreBase=GRADLE_USER_HOME
|
|
5
5
|
zipStorePath=wrapper/dists
|
|
6
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-
|
|
6
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
package/package.json
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"license": "https://www.yoti.com/terms/identity-verification",
|
|
6
6
|
"author": "Yoti Ltd",
|
|
7
7
|
"main": "RNYotiDocScan.js",
|
|
8
|
-
"version": "
|
|
8
|
+
"version": "7.0.0",
|
|
9
9
|
"peerDependencies": {
|
|
10
|
-
"react": ">=
|
|
11
|
-
"react-native": ">=0.
|
|
10
|
+
"react": ">=19.1.0",
|
|
11
|
+
"react-native": ">=0.80.3"
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|