Commit 2579d446 by g-ouattara

replace position by height. Should have to remove this curse library anyway

parent b22c6836
......@@ -78,7 +78,7 @@ const UserLoginScreen: MainStackScreenComponentProps<"userLoginScreen"> = ({ nav
<BackgroundDefault>
<View style={[containers.containerFull, { paddingTop: insets.top }]}>
<KeyboardAvoidingView
behavior={Platform.OS === "ios" ? "padding" : "position"}
behavior={Platform.OS === "ios" ? "padding" : "height"}
style={{ flex: 1 }}
>
<Box style={{ height: "20%" }} px={"l"}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment