-
-
Notifications
You must be signed in to change notification settings - Fork 154
KeyboardAvoidingView keyboardVerticalOffset Inconsistent Across Screens #960
Copy link
Copy link
Closed
Labels
KeyboardAvoidingView 🧪Anything related to KeyboardAvoidingView componentAnything related to KeyboardAvoidingView componentquestionYou wanted to clarify something about the usage of the library or have a question about somethingYou wanted to clarify something about the usage of the library or have a question about somethingrepro providedIssue contains reproduction repository/codeIssue contains reproduction repository/code
Metadata
Metadata
Assignees
Labels
KeyboardAvoidingView 🧪Anything related to KeyboardAvoidingView componentAnything related to KeyboardAvoidingView componentquestionYou wanted to clarify something about the usage of the library or have a question about somethingYou wanted to clarify something about the usage of the library or have a question about somethingrepro providedIssue contains reproduction repository/codeIssue contains reproduction repository/code
Describe the bug
I'm using KeyboardAvoidingView with keyboardVerticalOffset to adjust the position of a bottom button when the keyboard is shown.
However, even though I'm using the same offset value on two different screens, the button positions differ significantly between them when the keyboard is open.
I expected consistent behavior across screens since the layout structure is similar.
This issue occurs on both iOS and Android.
Repo for reproducing
Example Repo
Screenshots