fukemy
fukemy
Sorry I am busy but I can give you some advices: 1. Do not use [text, setText] directly into GiftedChat, because it's will make app super slow coz of much...
> @fukemy Please check this video, input grow up too slow. It's seem when the contentSize changed the GiftedChat re-render, so all the items inside it's re-render too, I am...
see the bubble styles
modify MessageText class
you can do like this: ``` useState(() => { if(message[0].state === 'sending' && message[0].user._id === currentUserId){ gitedRef.current.scrollToBottom() } } ,[message]}
Im using 0.16.3 and mofidy a lot of code for my job. If you using giftedChat lasted version, you can see the props: `scrollToBottom (Bool) - Enables the scroll to...
Hi, could you please share the way to make animation when append new message?
flatlist automatic populated children height, while FlashList/Biglist need give it before render