From 148bfa803d3116dfaf6513ca947e585d8d3bfc78 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 4 Apr 2025 10:26:48 -0500 Subject: Content interests (#8114) * Content prefs screen * Handle debounce, rename * Fix format * Let's just use interests * Reuse hook --- src/Navigation.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/Navigation.tsx') diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 420a49d4c..d89d45919 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -83,6 +83,7 @@ import {SearchScreen} from '#/screens/Search' import {AppearanceSettingsScreen} from '#/screens/Settings/AppearanceSettings' import {AppIconSettingsScreen} from '#/screens/Settings/AppIconSettings' import {NotificationSettingsScreen} from '#/screens/Settings/NotificationSettings' +import {SettingsInterests} from '#/screens/Settings/SettingsInterests' import { StarterPackScreen, StarterPackScreenShort, @@ -375,6 +376,14 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) { requireAuth: true, }} /> + SettingsInterests} + options={{ + title: title(msg`Your interests`), + requireAuth: true, + }} + /> AboutSettingsScreen} -- cgit 1.4.1