import { Image, ScrollView, Text, View } from "react-native"; import { SafeAreaView } from "react-native-safe-area-context"; import { images } from "@/constants"; const Chat = () => { return ( Chat message No Messages Yet Start a conversation with your friends and family ); }; export default Chat;