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

Prepare for production release

This commit is contained in:
Zhiyuan Zheng
2021-04-03 11:52:13 +02:00
parent cf33c52e49
commit 9258f4b934
42 changed files with 101 additions and 10 deletions

View File

@@ -213,11 +213,11 @@ const sharedScreens = (
}
}: SharedUsersProp) => ({
headerLeft: () => <HeaderLeft onPress={() => navigation.goBack()} />,
headerTitle: t(`sharedUsers:heading.${reference}.${type}`, { count }),
headerTitle: t(`shared.users.${reference}.${type}`, { count }),
...(Platform.OS === 'android' && {
headerCenter: () => (
<HeaderCenter
content={t(`sharedUsers:heading.${reference}.${type}`, { count })}
content={t(`shared.users.${reference}.${type}`, { count })}
/>
)
})