mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
chore: fix earn points redirect; restore account feedback (#1400)
* redirect to country picker * fix button restoring state * fix earn points flow and account recovery feedback * redirect to the country picker * fix test * clean up
This commit is contained in:
@@ -49,7 +49,7 @@ export const useEarnPointsFlow = ({
|
||||
onButtonPress: () => {
|
||||
// Use setTimeout to ensure modal dismisses before navigating
|
||||
setTimeout(() => {
|
||||
navigation.navigate('DocumentOnboarding');
|
||||
navigation.navigate('CountryPicker');
|
||||
}, 100);
|
||||
},
|
||||
onModalDismiss: () => {
|
||||
|
||||
Reference in New Issue
Block a user