import { Linking, ScrollView, Text, View } from 'react-native'; import { useSafeAreaInsets } from 'react-native-safe-area-context'; import { useTranslation } from 'react-i18next'; import { useColors } from '../../lib/theme'; import { AppHeader } from '../../components/AppHeader'; import { Button } from '../../components/Button'; export default function ContactScreen() { const { t } = useTranslation(); const colors = useColors(); const insets = useSafeAreaInsets(); return ( {t('help.contact_email_label')} {t('help.contact_email_desc')}