import React, { Component } from 'react'; import { View, Text , Pressable} from 'react-native'; import tw from 'twrnc' import auth from '@react-native-firebase/auth'; const Profile = () => { return ( auth().signOut()} > Logout ); } export default Profile;