mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
* Sumsub: Update keychain and types * sumsub: ProvingMachine changes - WIP * fix: remove duplicate identifier * update proving machine * Refactor && Continue onchain registration if user left the app * fix register flow * Add hooks to KycSuccessScreen * Integrate KycVerifiedScreen (#1686) * Integrate KycVerifiedScreen & Fix race conditions * yarn lint * lint * lint * add mock kyc * fix disclose flow * yarn lint * Feat/add kyc home screen card design (#1708) * feat: add new designs to the kycIdCard * refactor: Update KycIdCard design to match IdCard styling * feat: update document cards + dev document * feat: update empty id card for new design * feat: update pending document card design * feat: update expired doc + unregistered doc cards from new design * fix: unregisted id card button links to continue registration screen * fix: logo design on document cards * feat: add 6 different backgrounds for ids deterministically shows 1 of 6 backgrounds for each document | fix: fixed document designs not displaying correctly. * chore: trigger CI rebuild * feat: Integrate PendingIdCard to Homescreen * fix KycIdCard.tsx --------- Co-authored-by: seshanthS <seshanth@protonmail.com> * lint * fix tests * fix: cleanup only on unmount * coderabbit comments * fix: cleanup unused code * fix: edge case for German Passports with D<< nationality code * fix tests * review comments * review comments * lint * Hide duplicated cards in Homescreen * remove console.log * fix patch * remove unused vars * agent updates * agent feedback * abstract colors and formatting * agent feedback * Regenerate Sumsub patch-package patch * fix: handle malformed kyc payload in card background selector * re-add for clean up --------- Co-authored-by: Evi Nova <66773372+Tranquil-Flow@users.noreply.github.com> Co-authored-by: Evi Nova <tranquil_flow@protonmail.com> Co-authored-by: Justin Hernandez <justin.hernandez@self.xyz>
14 lines
823 B
Diff
14 lines
823 B
Diff
diff --git a/node_modules/@sumsub/react-native-mobilesdk-module/android/build.gradle b/node_modules/@sumsub/react-native-mobilesdk-module/android/build.gradle
|
|
index 8796953..b00f0d4 100644
|
|
--- a/node_modules/@sumsub/react-native-mobilesdk-module/android/build.gradle
|
|
+++ b/node_modules/@sumsub/react-native-mobilesdk-module/android/build.gradle
|
|
@@ -77,7 +77,7 @@ dependencies {
|
|
implementation "com.sumsub.sns:idensic-mobile-sdk:1.40.2"
|
|
|
|
// remove comment to enable Device Intelligence
|
|
- // implementation "com.sumsub.sns:idensic-mobile-sdk-fisherman:1.40.2"
|
|
+ implementation "com.sumsub.sns:idensic-mobile-sdk-fisherman:1.40.2"
|
|
// remove comment if you need VideoIdent support
|
|
// implementation "com.sumsub.sns:idensic-mobile-sdk-videoident:1.40.2"
|
|
// remove comment if you need EID support
|