From 707ea5bf062755d4fd3a9476a4457cdc9d4991b7 Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Sat, 22 Jun 2024 07:41:58 +0900 Subject: Add options for Feeds in `Navigation.tsx` (#4503) * Update Navigation.tsx * Update Navigation.tsx --- src/Navigation.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Navigation.tsx') diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 5d4ba0e3f..f2b7cd911 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -312,7 +312,11 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) { getComponent={() => MessagesSettingsScreen} options={{title: title(msg`Chat settings`), requireAuth: true}} /> - FeedsScreen} /> + FeedsScreen} + options={{title: title(msg`Feeds`)}} + /> ) } -- cgit 1.4.1