Commit 1fb8a252 by G

kinda solve the keyboard issue with this

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