Open
Description
Description
When the email field is selected, and i click on the password field the scrollview will scroll down appropriately, but bounces back up, which covers the entire password input
If I click on the password field first, the issue does not happen.
Example:
Simulator.Screen.Recording.-.iPhone.14.Pro.Max.-.2023-09-18.at.16.47.25.mp4
Code snippet
<KeyboardAwareScrollView extraScrollHeight={-insets.bottom}>
{...input data}
</KeyboardAwareScrollView>
note: Extra scroll height prop is just because I'm using a safe area view. Removing SafeAreaView does not fix the bug
Metadata
Metadata
Assignees
Labels
No labels