Improve web titles
This commit is contained in:
parent
5a20e0fafa
commit
d88c27a419
2 changed files with 5 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue