import React from 'react'; import { Text, View } from 'react-native'; import { t } from './i18n'; export function HomeScreen() { return ( {t('welcome.title')} ); }