diff --git a/client/app/screens/chat/ChatScreen.tsx b/client/app/screens/chat/ChatScreen.tsx index b99b4d0bd..7616b7925 100644 --- a/client/app/screens/chat/ChatScreen.tsx +++ b/client/app/screens/chat/ChatScreen.tsx @@ -18,6 +18,7 @@ import { Message } from "../../types/Message"; import { useState, useEffect } from "react"; import { useUser } from "@app/contexts/UserContext"; import NearbyHeader from "@app/components/chat/NearbyHeader"; +import React from "react"; const ChatScreen = () => { const settings = useSettings(); @@ -90,9 +91,7 @@ const ChatScreen = () => { Platform.OS === "ios" ? screenHeight * 0.055 : 0 }> - +