diff --git a/frontend/src/screens/HomeScreen.tsx b/frontend/src/screens/HomeScreen.tsx index 093afc02..12f32310 100644 --- a/frontend/src/screens/HomeScreen.tsx +++ b/frontend/src/screens/HomeScreen.tsx @@ -19,6 +19,7 @@ const { width } = Dimensions.get('window'); function HomeTab() { const { user } = useAuth(); + const insets = useSafeAreaInsets(); const [profileImage, setProfileImage] = useState(null); const pickImage = async () => {