Skip to content

Commit

Permalink
[INJIMOB-854]: Refactor Backup and restore screen
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
  • Loading branch information
abhip2565 committed Apr 10, 2024
1 parent bc9b365 commit 1bbe1b1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
29 changes: 14 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@digitalcredentials/vc": "^1.1.2",
"@expo-google-fonts/inter": "^0.2.3",
"@expo/metro-config": "~0.10.0",
"@invertase/react-native-apple-authentication": "^2.3.0",
"@iriscan/biometric-sdk-react-native": "0.2.6",
"@mosip/secure-keystore": "^0.1.7",
"@mosip/tuvali": "^0.4.9",
Expand Down
1 change: 1 addition & 0 deletions screens/backupAndRestore/BackupAndRestoreScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ const BackupAndRestoreScreen: React.FC<BackupAndRestoreProps> = props => {
<ScrollView>
{LastBackupSection}
{isAndroid() && AccountSection}
{isIOS() && IosAccountSection}
{RestoreSection}
</ScrollView>
)}
Expand Down
2 changes: 1 addition & 1 deletion shared/CloudBackupAndRestoreUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ export default Cloud;

export type ProfileInfo = {
email: string;
picture: string;
picture: string|undefined;
};

export type SignInResult = {
Expand Down

0 comments on commit 1bbe1b1

Please sign in to comment.