Hello can you help me to solve following issue on my ChatScreen
...
I am using KeyboardAwareScrollView
and don't know how to handle automatically this blank space when user dismiss the keyboard.
<KeyboardAwareScrollView
contentContainerStyle={[styles.content, center && styles.contentCenter]}
scrollEnabled={scrollEnabled}
showsHorizontalScrollIndicator={false}
showsVerticalScrollIndicator={false}
enableResetScrollToCoords={false}
automaticallyAdjustContentInsets={false}
scrollIndicatorInsets={{ right: 1 }}
>
{children}
</KeyboardAwareScrollView>