fix component. Add flags.

This commit is contained in:
Jordan
2025-01-24 06:25:37 -08:00
parent 8cc1048251
commit 0c9daf8e4a
17 changed files with 334 additions and 33 deletions

View File

@ -1,9 +1,10 @@
import { LanguageSelection } from '@/components/LanguageSelection';
import { Text } from '@react-navigation/elements';
import { Image, StyleSheet, Platform } from 'react-native';
export default function HomeScreen() {
return (
<Text>Hello World</Text>
<LanguageSelection />
);
}