Skip to content

Commit 969e7f7

Browse files
authored
Merge pull request #27432 from shubham1206agra/upgrade-rn-sdk
Upgrade `react-native-sdk` to v8.3.0
2 parents 76a9019 + 902faf0 commit 969e7f7

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

ios/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ PODS:
251251
- nanopb/encode (= 2.30908.0)
252252
- nanopb/decode (2.30908.0)
253253
- nanopb/encode (2.30908.0)
254-
- Onfido (27.4.0)
255-
- onfido-react-native-sdk (7.4.0):
256-
- Onfido (= 27.4.0)
254+
- Onfido (28.3.0)
255+
- onfido-react-native-sdk (8.3.0):
256+
- Onfido (~> 28.3.0)
257257
- React
258258
- OpenSSL-Universal (1.1.1100)
259259
- Plaid (4.1.0)
@@ -1204,8 +1204,8 @@ SPEC CHECKSUMS:
12041204
MapboxMaps: af50ec61a7eb3b032c3f7962c6bd671d93d2a209
12051205
MapboxMobileEvents: de50b3a4de180dd129c326e09cd12c8adaaa46d6
12061206
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
1207-
Onfido: e36f284b865adcf99d9c905590a64ac09d4a576b
1208-
onfido-react-native-sdk: 4ecde1a97435dcff9f00a878e3f8d1eb14fabbdc
1207+
Onfido: c7d010d9793790d44a07799d9be25aa8e3814ee7
1208+
onfido-react-native-sdk: b346a620af5669f9fecb6dc3052314a35a94ad9f
12091209
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
12101210
Plaid: 7d340abeadb46c7aa1a91f896c5b22395a31fcf2
12111211
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef

package-lock.json

+7-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@kie/act-js": "^2.0.1",
6868
"@kie/mock-github": "^1.0.0",
6969
"@oguzhnatly/react-native-image-manipulator": "github:Expensify/react-native-image-manipulator#5cdae3d4455b03a04c57f50be3863e2fe6c92c52",
70-
"@onfido/react-native-sdk": "7.4.0",
70+
"@onfido/react-native-sdk": "8.3.0",
7171
"@react-native-async-storage/async-storage": "^1.17.10",
7272
"@react-native-camera-roll/camera-roll": "5.4.0",
7373
"@react-native-clipboard/clipboard": "^1.12.1",

patches/@onfido+react-native-sdk+7.4.0.patch patches/@onfido+react-native-sdk+8.3.0.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/node_modules/@onfido/react-native-sdk/android/build.gradle b/node_modules/@onfido/react-native-sdk/android/build.gradle
2-
index 781925b..9e16430 100644
2+
index b4c7106..d5083d3 100644
33
--- a/node_modules/@onfido/react-native-sdk/android/build.gradle
44
+++ b/node_modules/@onfido/react-native-sdk/android/build.gradle
5-
@@ -134,9 +134,9 @@ afterEvaluate { project ->
5+
@@ -135,9 +135,9 @@ afterEvaluate { project ->
66
group = "Reporting"
77
description = "Generate Jacoco coverage reports after running tests."
88
reports {

0 commit comments

Comments
 (0)