about summary refs log tree commit diff
path: root/src/App.native.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-08-29 18:57:36 +0100
committerGitHub <noreply@github.com>2024-08-29 18:57:36 +0100
commitfaf66f3178fbddcfaab9c851b9315f20cd285c38 (patch)
treef0072c6359184760c232ab7d7371724a0c66f6b1 /src/App.native.tsx
parent69053b1b0add68cc04ce7bc336ed65b2514e207b (diff)
downloadvoidsky-faf66f3178fbddcfaab9c851b9315f20cd285c38.tar.zst
Remove new_user_guided_tour and tour code (#5023)
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r--src/App.native.tsx17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx
index a4282e7fb..c26052a92 100644
--- a/src/App.native.tsx
+++ b/src/App.native.tsx
@@ -60,7 +60,6 @@ import {useColorModeTheme} from '#/alf/util/useColorModeTheme'
 import {useStarterPackEntry} from '#/components/hooks/useStarterPackEntry'
 import {Provider as PortalProvider} from '#/components/Portal'
 import {Splash} from '#/Splash'
-import {Provider as TourProvider} from '#/tours'
 import {BackgroundNotificationPreferencesProvider} from '../modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider'
 import {AudioCategory, PlatformInfo} from '../modules/expo-bluesky-swiss-army'
 
@@ -127,15 +126,13 @@ function InnerApp() {
                                   <UnreadNotifsProvider>
                                     <BackgroundNotificationPreferencesProvider>
                                       <MutedThreadsProvider>
-                                        <TourProvider>
-                                          <ProgressGuideProvider>
-                                            <GestureHandlerRootView
-                                              style={s.h100pct}>
-                                              <TestCtrls />
-                                              <Shell />
-                                            </GestureHandlerRootView>
-                                          </ProgressGuideProvider>
-                                        </TourProvider>
+                                        <ProgressGuideProvider>
+                                          <GestureHandlerRootView
+                                            style={s.h100pct}>
+                                            <TestCtrls />
+                                            <Shell />
+                                          </GestureHandlerRootView>
+                                        </ProgressGuideProvider>
                                       </MutedThreadsProvider>
                                     </BackgroundNotificationPreferencesProvider>
                                   </UnreadNotifsProvider>