KeyboardAwareScrollView keyboard offset not observing dynamic SectionList size for search results list #788
Labels
KeyboardAwareScrollView 📜
Anything related to KeyboardAwareScrollView component
Describe the bug
When using
KeyboardAwareScrollView
for a dynamic-lengthSectionList
, part of the scrollable list area stays behind the keyboard initially on iOS. Upon dismissing the keyboard and bringing it back again, it correctly observes the offset for the dynamic list (including subsequent list searches with dynamic-length content). On Android, the list is not scrollable until the keyboard is first dismissed and then revealed again (and same problem with the scroll offset).Code snippet
Repo for reproducing
Not available
To Reproduce
Not available
Expected behavior
I would expect the
KeyboardAwareScrollView
to correctly observe the dynamic list length offset regardless of dismissing the keyboard first and then bringing it back up.Screenshots
Smartphone (please complete the following information):
Additional context
This problem also existed when using the other library this was intended to replace,
react-native-keyboard-aware-scroll-view
.The text was updated successfully, but these errors were encountered: