diff --git a/src/Navigation.tsx b/src/Navigation.tsx
index d84167d635..46189c5f03 100644
--- a/src/Navigation.tsx
+++ b/src/Navigation.tsx
@@ -147,10 +147,19 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) {
component={PostRepostedByScreen}
options={({route}) => ({title: title(`Post by @${route.params.name}`)})}
/>
-
+ ({
+ title: title(`Custom feed by @${route.params.name}`),
+ })}
+ />
({
+ title: title(`Custom feed by @${route.params.name}`),
+ })}
/>
-
+
>
)
}