From 11061b628ef5b5805c6435155ca2a571001e4643 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 15 Aug 2024 11:23:48 -0700 Subject: [Video] Download videos (#4886) Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> --- src/components/VideoDownloadScreen.native.tsx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/components/VideoDownloadScreen.native.tsx (limited to 'src/components/VideoDownloadScreen.native.tsx') diff --git a/src/components/VideoDownloadScreen.native.tsx b/src/components/VideoDownloadScreen.native.tsx new file mode 100644 index 000000000..a1f6466fd --- /dev/null +++ b/src/components/VideoDownloadScreen.native.tsx @@ -0,0 +1,4 @@ +export function VideoDownloadScreen() { + // @TODO redirect + return null +} -- cgit 1.4.1