Commit 1fb8a252 by G

kinda solve the keyboard issue with this

parent fd801196
......@@ -47,9 +47,11 @@ const UserLoginScreen: MainStackScreenComponentProps<"userLoginScreen"> = ({ nav
</Box>
<ContainerBorderTopCurved>
<KeyboardAwareScrollView
onKeyboardDidShow={() => {
log.debug("Keyboard did show");
}}
// extraScrollHeight={-125}
extraHeight={10}
keyboardOpeningTime={Number.MAX_SAFE_INTEGER}
showsVerticalScrollIndicator={false}
keyboardShouldPersistTaps={"handled"}
>
<Box p={"l"} paddingTop={"x100"} mb={"s"}>
<Box mb={"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