import AlertKonfirmasi from "@/components/alertKonfirmasi"; import ButtonBackHeader from "@/components/buttonBackHeader"; import { ButtonHeader } from "@/components/buttonHeader"; import Styles from "@/constants/Styles"; import { AntDesign, MaterialCommunityIcons, MaterialIcons, Octicons } from "@expo/vector-icons"; import { router, Stack } from "expo-router"; import { Image, SafeAreaView, ScrollView, Text, View } from "react-native"; export default function Profile() { return ( { router.back() }} />, headerTitle: 'Profile', headerTitleAlign: 'center', headerRight: () => } onPress={() => { AlertKonfirmasi({ title: 'Keluar', desc: 'Apakah anda yakin ingin keluar?', onPress: () => { router.push('/') } }) }} /> }} /> Putri Ayu Dewi Super Admin Informasi Edit NIK 123456789 Lembaga Desa Dinas Jabatan Bendahara No Telepon 09482903842 Email ayu@gmail.com Jenis Kelamin Perempuan ) }