diff --git a/frontend/src/screens/HomeScreen.tsx b/frontend/src/screens/HomeScreen.tsx index 6bb3958c..1d6e478d 100644 --- a/frontend/src/screens/HomeScreen.tsx +++ b/frontend/src/screens/HomeScreen.tsx @@ -14,6 +14,7 @@ import { createBottomTabNavigator } from '@react-navigation/bottom-tabs'; import * as ImagePicker from 'expo-image-picker'; import { useAuth } from '../contexts/AuthContext'; import { useSafeAreaInsets } from 'react-native-safe-area-context'; +import i18n from '../config/i18n'; const { width } = Dimensions.get('window');