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,