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

My lists are done

This commit is contained in:
Zhiyuan Zheng
2020-11-22 00:46:23 +01:00
parent 1ad67e67ac
commit 6a5d9e7fb8
34 changed files with 865 additions and 296 deletions

View File

@ -57,7 +57,6 @@ export const Index: React.FC = () => {
<Tab.Screen name='Screen-Public' component={ScreenPublic} />
<Tab.Screen
name='Screen-Post'
component={() => <></>}
listeners={({ navigation, route }) => ({
tabPress: e => {
e.preventDefault()
@ -70,8 +69,13 @@ export const Index: React.FC = () => {
})
}
})}
>
{() => <></>}
</Tab.Screen>
<Tab.Screen
name='Screen-Notifications'
component={ScreenNotifications}
/>
<Tab.Screen name='Screen-Notifications' component={ScreenNotifications} />
<Tab.Screen name='Screen-Me' component={ScreenMe} />
</Tab.Navigator>