mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix android screens
This commit is contained in:
@ -26,7 +26,10 @@ const ScreenMeSwitch: React.FC<StackScreenProps<
|
||||
headerCenter: () => <HeaderCenter content={t('meSwitch:heading')} />
|
||||
}),
|
||||
headerLeft: () => (
|
||||
<HeaderLeft content='X' onPress={() => navigation.goBack()} />
|
||||
<HeaderLeft
|
||||
content='ChevronDown'
|
||||
onPress={() => navigation.goBack()}
|
||||
/>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user