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
I have a flash list that displays chat messages.
I enabled automaticallyAdjustKeyboardInsets so that the flash list follows the keyboard opening and closing.
Since I moved to v2 the animation is much smoother, however I run into a bug where upon the keyboard being dismissed, a huge blank space appears at the bottom of the list.
This doesn't happen with automaticallyAdjustKeyboardInsets={false}, however I find no better way of managing the keyboard.
I also tried wrapping the flash list in a <KeyboardAvoidingView behavior="padding" />, however when the keyboard is dismissed, the whole screen turns blank.
Description
I have a flash list that displays chat messages.
I enabled
automaticallyAdjustKeyboardInsetsso that the flash list follows the keyboard opening and closing.Since I moved to v2 the animation is much smoother, however I run into a bug where upon the keyboard being dismissed, a huge blank space appears at the bottom of the list.
This doesn't happen with
automaticallyAdjustKeyboardInsets={false}, however I find no better way of managing the keyboard.I also tried wrapping the flash list in a
<KeyboardAvoidingView behavior="padding" />, however when the keyboard is dismissed, the whole screen turns blank.Current behavior
Simulator.Screen.Recording.-.iPhone.17.Pro.-.2026-01-22.at.00.21.37.mp4
Expected behavior
For the blank space not to be there, just like when
automaticallyAdjustKeyboardInsets={false}.Reproduction
Platform
Environment
React Native info output:
FlashList version: 2.2.0
Additional context
Checklist