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

Partial fix #495

Added list removing users
This commit is contained in:
xmflsct
2022-12-02 00:13:59 +01:00
parent 0cc1cdd4b6
commit f619d1bb6a
13 changed files with 309 additions and 80 deletions

View File

@ -85,7 +85,7 @@ const Collections: React.FC = () => {
iconFront='List'
iconBack='ChevronRight'
title={t('me.stacks.lists.name')}
onPress={() => navigation.navigate('Tab-Me-Lists')}
onPress={() => navigation.navigate('Tab-Me-List-List')}
/>
) : null}
{mePage.announcements.shown ? (