From bf37913701836091b3e902694d72d190eeca5ec9 Mon Sep 17 00:00:00 2001 From: Ansh Nanda Date: Tue, 29 Aug 2023 12:16:26 -0700 Subject: fix onboarding on web --- src/Navigation.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'src/Navigation.tsx') diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 058a15fa2..334370ab0 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -67,8 +67,8 @@ import {getRoutingInstrumentation} from 'lib/sentry' import {bskyTitle} from 'lib/strings/headings' import {JSX} from 'react/jsx-runtime' import {timeout} from 'lib/async/timeout' -import {Welcome, WelcomeHeaderRight} from 'view/com/auth/onboarding/Welcome' -import {RecommendedFeeds} from 'view/com/auth/onboarding/RecommendedFeeds' +import {RecommendedFeedsScreen} from 'view/screens/onboarding/RecommendedFeeds' +import {WelcomeScreen} from 'view/screens/onboarding/Welcome' const navigationRef = createNavigationContainerRef() @@ -223,20 +223,16 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) { /> , + gestureEnabled: false, }} />