diff --git a/src/screens/UserLoginScreen.tsx b/src/screens/UserLoginScreen.tsx index aaf49c4..79bbcc0 100644 --- a/src/screens/UserLoginScreen.tsx +++ b/src/screens/UserLoginScreen.tsx @@ -7,12 +7,15 @@ import Text from "@components/bases/Text"; import { Fontisto } from "@expo/vector-icons"; import { containers } from "@styles/Commons"; import { KeyboardAvoidingView, Platform, TouchableOpacity, View } from "react-native"; +import { useSafeAreaInsets } from "react-native-safe-area-context"; const UserLoginScreen = () => { + const insets = useSafeAreaInsets(); + return ( - - + +