Improve web titles

This commit is contained in:
Paul Frazee 2023-05-17 23:36:36 -05:00
parent 5a20e0fafa
commit d88c27a419
2 changed files with 5 additions and 6 deletions

View file

@ -150,16 +150,12 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) {
<Stack.Screen
name="CustomFeed"
component={CustomFeedScreen}
options={({route}) => ({
title: title(`Custom feed by @${route.params.name}`),
})}
options={{title: title('Feed')}}
/>
<Stack.Screen
name="CustomFeedLikedBy"
component={CustomFeedLikedByScreen}
options={({route}) => ({
title: title(`Custom feed by @${route.params.name}`),
})}
options={{title: title('Liked by')}}
/>
<Stack.Screen
name="Debug"