From 5d9534ca7258e6165e537b89d999a8c494501dc0 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 29 Aug 2023 20:20:51 -0700 Subject: Move onboarding to the withAuthRequired HOC --- src/Navigation.tsx | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/Navigation.tsx') diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 334370ab0..d45376ef1 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -67,8 +67,6 @@ import {getRoutingInstrumentation} from 'lib/sentry' import {bskyTitle} from 'lib/strings/headings' import {JSX} from 'react/jsx-runtime' import {timeout} from 'lib/async/timeout' -import {RecommendedFeedsScreen} from 'view/screens/onboarding/RecommendedFeeds' -import {WelcomeScreen} from 'view/screens/onboarding/Welcome' const navigationRef = createNavigationContainerRef() @@ -221,22 +219,6 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) { component={SavedFeeds} options={{title: title('Edit My Feeds')}} /> - - ) } -- cgit 1.4.1