allow tapping message when keyboard open
This commit is contained in:
@@ -225,6 +225,7 @@ export function MessagesList() {
|
||||
initialNumToRender={isWeb ? 50 : 25}
|
||||
maxToRenderPerBatch={isWeb ? 50 : 25}
|
||||
keyboardDismissMode="on-drag"
|
||||
keyboardShouldPersistTaps="handled"
|
||||
maintainVisibleContentPosition={{
|
||||
minIndexForVisible: 1,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user