diff --git a/js/mobile/src/features/stream-view/StreamView.tsx b/js/mobile/src/features/stream-view/StreamView.tsx index 4750c29..33a6da2 100644 --- a/js/mobile/src/features/stream-view/StreamView.tsx +++ b/js/mobile/src/features/stream-view/StreamView.tsx @@ -3,6 +3,7 @@ import { Alert, Dimensions, Pressable, Text, View } from "react-native"; import { SafeAreaView, useSafeAreaInsets } from "react-native-safe-area-context"; import { StatusBar } from "expo-status-bar"; import * as Haptics from "expo-haptics"; +import { ChevronDown } from "lucide-react-native"; import { Gesture, GestureDetector, @@ -538,9 +539,17 @@ function StreamViewInner({ streamParticle, path, onExit }: StreamViewProps) { > + + +