fix component. Add flags.
This commit is contained in:
@ -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 />
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user