1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Refine input

This commit is contained in:
Zhiyuan Zheng
2021-05-10 23:41:48 +02:00
parent 7da8297b46
commit c0dfc30dec
5 changed files with 105 additions and 57 deletions

View File

@ -26,10 +26,7 @@ const TabMeProfile: React.FC<StackScreenProps<
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}
>
<Stack.Navigator
screenOptions={{
headerHideShadow: true,
headerTopInsetEnabled: false
}}
screenOptions={{ headerHideShadow: true, headerTopInsetEnabled: false }}
>
<Stack.Screen
name='Tab-Me-Profile-Root'