You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
the issue lies within the keyboardOpeningTime. If i do this i am able to bypass the weird bounce animation. However, im not exactly sure what the memory implications of using numbers.max_value are
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
note: Extra scroll height prop is just because I'm using a safe area view. Removing SafeAreaView does not fix the bug
The text was updated successfully, but these errors were encountered: