react-native-gifted-chat icon indicating copy to clipboard operation
react-native-gifted-chat copied to clipboard

💬 The most complete chat UI for React Native

Results 284 react-native-gifted-chat issues
Sort by recently updated
recently updated
newest added

Hi guys! CAN BE DONE? Can GiftedChat do the same input/keyboard effect as the Messenger app? The keyboard will be dismiss when user click Gif/Image icon in the accessory, and...

Hi there 👋🏻 Thanks for this amazing library! I have come across the usage of parsePatterns prop in `MessageText.tsx` component, and noticed that it has `any` type. Extracted `ParsedShape` type...

When i use useState , view is rendered again and app run slow { onSend(messages1, isReplyMessage); setIsReplyMessage(false); console.log('onsend: ', isReplyMessage); }} user={{ _id: 1, }} renderMessage={val => customMessage(val)} renderInputToolbar={input =>...

const [messages, setMessages] = useState([]); const [pressMessage, setPressMessage] = useState(messageDefault); const animBotBar = useRef(new Animated.Value(0)).current; const animBottom = useRef(new Animated.Value(0)).current; - when i call useState, app be slow 1-2 second...

I want to create a fade effect for the chat messages. Let's assume 6 messages show inside the container. I would like to apply an opacity of 50% to the...

#### Issue Description The keyboard covers the text input on android only. It doesn't look like the content moves at all. My configuration is essentially the default, and while I...

Continuing [this conversation](https://github.com/FaridSafi/react-native-gifted-chat/pull/2219), I was still not able to allow the Composer to grow. I'd like to propose this refactor to fix it. Please let me know if anything else...

#### Issue Description On Android, it's working but on ios, the Gifted chat is taking the full available heigh. As it can be seen it's not calculating heigh properly. When...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Does anyone know how to center Quick Replies without having to patch the 'QuickReplies.js' file? I'm currently able to achieve the desired effect by adding the line below in the...