diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 46189c5f03..ff7a5f5c26 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -150,16 +150,12 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) { ({ - title: title(`Custom feed by @${route.params.name}`), - })} + options={{title: title('Feed')}} /> ({ - title: title(`Custom feed by @${route.params.name}`), - })} + options={{title: title('Liked by')}} /> export const CustomFeedScreen = withAuthRequired( @@ -41,6 +42,8 @@ export const CustomFeedScreen = withAuthRequired( return feed }, [store, uri]) + useSetTitle(currentFeed?.displayName) + const onToggleSaved = React.useCallback(async () => { try { if (currentFeed?.isSaved) {