diff --git a/expo/components/ActiveRoomView.tsx b/expo/components/ActiveRoomView.tsx index aba0e9bb..31e6522a 100644 --- a/expo/components/ActiveRoomView.tsx +++ b/expo/components/ActiveRoomView.tsx @@ -10,6 +10,7 @@ import { FlatList, Platform, Pressable, + ScrollView, StyleSheet, } from "react-native"; @@ -143,7 +144,7 @@ const ActiveRoomView: React.FC = ({ room }) => { const networkStatus = useNetworkStatus(); return ( - = ({ room }) => { )} - + ); };