import { View, Text, Pressable, Image, StyleSheet } from 'react-native' import { Ionicons } from '@expo/vector-icons'; import React from 'react' import { useNavigation } from '@react-navigation/native'; const Profile = () => { const navigation = useNavigation(); return ( navigation.goBack()} style={{flexDirection: 'row', gap: 5, alignItems: 'flex-end'}}> Account Something went wrong There was a problem and the page could not be loaded at this moment. ) } export default Profile