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 { Settings, Bell, Globe, ChevronRight, Info } from '@/lib/icons'; const PRIMARY = '#ea580c'; export default function SettingsScreen() { return ( Settings Preferences router.push('/notifications/settings')} > Notifications Language English About Yaltopia Tickets App v1.0 — Scan. Send. Reconcile. API: Invoices, Proforma, Payments, Reports, Documents, Notifications — see swagger.json and README for integration. ); }