From a1773a6911a3c04ff28421b840ee439217546206 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 16 Jan 2025 17:13:41 -0600 Subject: [PATCH] Rename some things --- src/Navigation.tsx | 4 ++-- src/components/VideoPostCard.tsx | 2 +- src/lib/routes/types.ts | 2 +- src/routes.ts | 3 +-- src/screens/Feeds/VibeScreen.tsx | 4 ++-- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/Navigation.tsx b/src/Navigation.tsx index acb8d7fc46..378c4ff76b 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -424,10 +424,10 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) { options={{title: title(msg`Edit your starter pack`), requireAuth: true}} /> VibeScreen} options={{ - title: title(msg`Vibe`), + title: title(msg`Video Feed`), requireAuth: true, }} /> diff --git a/src/components/VideoPostCard.tsx b/src/components/VideoPostCard.tsx index 31c8070bb0..c30eea3e69 100644 --- a/src/components/VideoPostCard.tsx +++ b/src/components/VideoPostCard.tsx @@ -55,7 +55,7 @@ export function VideoPostCard({ +type Props = NativeStackScreenProps export function VibeScreen({}: Props) { const {top} = useSafeAreaInsets() @@ -109,7 +109,7 @@ export function VibeScreen({}: Props) { } function YoloFeed() { - const {params} = useRoute>() + const {params} = useRoute>() const isFocused = useIsFocused() const { data,