Skip to content

Commit

Permalink
feat: add keyboardShouldPersistTaps to never and fix android keyboard…
Browse files Browse the repository at this point in the history
… dismiss issue
  • Loading branch information
zhu-xiaowei committed Nov 29, 2024
1 parent 1a70bea commit cbe3219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react-native/src/chat/ChatScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ function ChatScreen(): React.JSX.Element {
<GiftedChat
messageContainerRef={flatListRef}
textInputRef={textInputRef}
keyboardShouldPersistTaps="never"
bottomOffset={
Platform.OS === 'android'
? 0
Expand Down

0 comments on commit cbe3219

Please sign in to comment.