import { Text } from "react-native"; import { SafeAreaView } from "react-native-safe-area-context"; const Chat = () => { return ( Chat ); }; export default Chat;