-
#### Issue Description
Can not change text style for placeholder in avatars
#### Steps to Reproduce / Code Snippets
```
import { Avatar } from 'react-native-gifted-chat'
function ChatAvat…
-
#### Issue Description
Not available on ios when using alignTop
#### Steps to Reproduce / Code Snippets
1. use alignTop: true, isKeyboardInternallyHandled: false
``` js
onSend({ messages }…
-
#### Issue Description
Crash with error:
when empty messages ([]) and inverted is set to true. This happens because internally gifted chat tries to scrollToBottom when inverted={true} even whe…
-
Is there any easy way to get the instance? Ref is missing in the latest version.
-
#### Issue Description
reopen of https://github.com/FaridSafi/react-native-gifted-chat/issues/2019
since that was not solved and closed without resolution
-
#### Issue Description
Changes in message list is not automatically triggering the message list to scroll down. (Basically scrollToBottom inside GiftedChat.js is not getting triggered on new messages…
-
#### Issue Description
Iam developing a chat room using the React-Native library,Gifted-Chat,I needed to make a context menu when I click on a message and I have a problem
I have component and i…
-
Currently having an issue with our web chat application where if i scroll using the mouse it starts to go wild and have a mind of it's own and i can't stop it
```
Used both version to check this
…
-
#### Issue Description
I have upgraded my version to the latest 1.0.4 version and now I am getting the error:
Unable to resolve module react-native-lightbox from /Users//Documents//mobile-app/nod…
-
#### Issue Description
After the send button is clicked to send a message and then a character is entered, for example "1", the send button will not be displayed. You need to hit the delete key on th…