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

Done profile editing

This commit is contained in:
Zhiyuan Zheng
2021-05-17 23:09:50 +02:00
parent 5bb77d0114
commit fd1a6b3415
10 changed files with 273 additions and 141 deletions

View File

@ -30,7 +30,6 @@ const TabMeProfile: React.FC<StackScreenProps<
>
<Stack.Screen
name='Tab-Me-Profile-Root'
component={TabMeProfileRoot}
options={{
headerTitle: t('me.stacks.profile.name'),
...(Platform.OS === 'android' && {
@ -45,7 +44,15 @@ const TabMeProfile: React.FC<StackScreenProps<
/>
)
}}
/>
>
{({ route, navigation }) => (
<TabMeProfileRoot
messageRef={messageRef}
route={route}
navigation={navigation}
/>
)}
</Stack.Screen>
<Stack.Screen
name='Tab-Me-Profile-Name'
options={{