dev fixes for release 2.9.1 (#1428)

* update lock

* fix types

* bump version

* fix nested react requires

* fix heavy tests

* address fake mocks

* fix test

* remove last borked react test
This commit is contained in:
Justin Hernandez
2025-11-18 21:01:02 -03:00
committed by GitHub
parent 195fda1365
commit c50db06eee
24 changed files with 362 additions and 121 deletions

View File

@@ -110,7 +110,7 @@ const CloudBackupScreen: React.FC<CloudBackupScreenProps> = ({
onButtonPress: () => {
// setTimeout to ensure modal closes before navigation to prevent navigation conflicts when the modal tries to goBack()
setTimeout(() => {
navigation.navigate({ name: 'CountryPicker', params: {} });
navigation.navigate('CountryPicker');
}, 100);
},
onModalDismiss: () => {},