mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
App/id picker flow (#1126)
* add new id picker flow * refactor: update document management screen actions - Renamed `handleScanDocument` to `handleAddDocument` for clarity. - Updated navigation from 'DocumentOnboarding' to 'CountryPicker'. - Removed unused `handleAddAadhaar` function and its associated button. * address pr feedback * address lint issues * fix test * fix typings and screen * fix e2e button test --------- Co-authored-by: Justin Hernandez <justin.hernandez@self.xyz>
This commit is contained in:
committed by
GitHub
parent
3b14f09c30
commit
422d0cc259
@@ -14,7 +14,9 @@ describe('navigation', () => {
|
||||
'AccountRecoveryChoice',
|
||||
'AccountVerifiedSuccess',
|
||||
'CloudBackupSettings',
|
||||
'ComingSoon',
|
||||
'ConfirmBelonging',
|
||||
'CountryPicker',
|
||||
'CreateMock',
|
||||
'DeferredLinkingInfo',
|
||||
'DevFeatureFlags',
|
||||
@@ -31,6 +33,7 @@ describe('navigation', () => {
|
||||
'DocumentNFCTrouble',
|
||||
'DocumentOnboarding',
|
||||
'Home',
|
||||
'IDPicker',
|
||||
'IdDetails',
|
||||
'Launch',
|
||||
'Loading',
|
||||
@@ -48,7 +51,6 @@ describe('navigation', () => {
|
||||
'Settings',
|
||||
'ShowRecoveryPhrase',
|
||||
'Splash',
|
||||
'UnsupportedDocument',
|
||||
]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user