When there are a lot of messages, Gifted chat renders blanks.
Just create an array of message of large size 1k-10k and start scrolling you will start noticing blanks, many unrendered messages, That won't even render in the future.
Should always be able to see chat messages.
I believe the problem is just with how FlatList/SectionList works. Seems better solutions are to have a custom recycling list, Will this be a feature in this project? I'm searching everywhere for a good implementation for chat.
Same issue here.
This is really important.
There is a package under name of react-native-largelist
if it would be better thatn flatlist will be better to add it instead of flatlist
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The best choice would be implement the chat with https://github.com/Flipkart/recyclerlistview
Most helpful comment
Same issue here.
This is really important.
There is a package under name of react-native-largelist
if it would be better thatn flatlist will be better to add it instead of flatlist