about summary refs log tree commit diff
path: root/src/Navigation.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-08-15 16:29:16 -0700
committerGitHub <noreply@github.com>2024-08-15 16:29:16 -0700
commita5af24b53b6085cfb5547592c29155bc10e71f9e (patch)
tree6946c933322c1cdfc455e63c02ca74b18651117b /src/Navigation.tsx
parentb6e515c664d51ffe357c3562fd514301805ade8c (diff)
downloadvoidsky-a5af24b53b6085cfb5547592c29155bc10e71f9e.tar.zst
Revert "[Video] Download videos" (#4945)
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r--src/Navigation.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx
index 0d151427f..79856879c 100644
--- a/src/Navigation.tsx
+++ b/src/Navigation.tsx
@@ -50,7 +50,6 @@ import {
   StarterPackScreenShort,
 } from '#/screens/StarterPack/StarterPackScreen'
 import {Wizard} from '#/screens/StarterPack/Wizard'
-import {VideoDownloadScreen} from '#/components/VideoDownloadScreen'
 import {Referrer} from '../modules/expo-bluesky-swiss-army'
 import {init as initAnalytics} from './lib/analytics/analytics'
 import {useWebScrollRestoration} from './lib/hooks/useWebScrollRestoration'
@@ -365,11 +364,6 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) {
         getComponent={() => Wizard}
         options={{title: title(msg`Edit your starter pack`), requireAuth: true}}
       />
-      <Stack.Screen
-        name="VideoDownload"
-        getComponent={() => VideoDownloadScreen}
-        options={{title: title(msg`Download video`)}}
-      />
     </>
   )
 }