mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
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:
@@ -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: () => {},
|
||||
|
||||
Reference in New Issue
Block a user