1
0
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:
Zhiyuan Zheng
2021-02-13 13:08:34 +01:00
parent 0c76fb642d
commit a9326c381a
5 changed files with 36 additions and 8 deletions

View File

@ -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()}
/>
)
}}
/>