mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 22:58:20 -05:00
fix: update navigation from DocumentOnboarding to CountryPicker in HomeScreen (#1392)
This commit is contained in:
committed by
GitHub
parent
3d0e1b4589
commit
2f2045a6fd
@@ -189,7 +189,7 @@ const HomeScreen: React.FC = () => {
|
||||
{documentCatalog.documents.length === 0 ? (
|
||||
<Pressable
|
||||
onPress={() => {
|
||||
navigation.navigate('DocumentOnboarding');
|
||||
navigation.navigate('CountryPicker');
|
||||
}}
|
||||
>
|
||||
<View
|
||||
|
||||
Reference in New Issue
Block a user