import {View, Text, SafeAreaView, ScrollView, Image, TouchableOpacity} from "react-native"; import React from "react"; import icons from "@/constants/icons" import images from "@/constants/images"; const Profile = () => { const handleLogout = async () => {}; return ( Profile Dimitar -- test ); }; export default Profile;