From 5a20e0fafa2bdbfd57a69da42448a687c7d812c1 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 17 May 2023 23:33:59 -0500 Subject: [PATCH] Add web titles --- src/Navigation.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/Navigation.tsx b/src/Navigation.tsx index d84167d6..46189c5f 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}`), + })} /> - + ) }