import { View, ScrollView, Pressable } from 'react-native'; import { router } from 'expo-router'; import { Text } from '@/components/ui/text'; import { Button } from '@/components/ui/button'; import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'; import { MOCK_USER } from '@/lib/mock-data'; export default function ProfileScreen() { return ( {MOCK_USER.name[0]} {MOCK_USER.name} {MOCK_USER.email} Account Email {MOCK_USER.email} Language English router.push('/notifications')} className="flex-row justify-between py-2"> Notifications Manage About Yaltopia Tickets App — Scan. Send. Reconcile. Companion to the Yaltopia Tickets web app. ); }