FaridSafi / react-native-gifted-chat

💬 The most complete chat UI for React Native
https://gifted.chat
MIT License
13.42k stars 3.54k forks source link

its more of recommendation #2371

Open laithalshabi opened 1 year ago

laithalshabi commented 1 year ago

Issue Description

the flatlist makes alot of lag and performance issue

Recommendation

i recommend to use Flashlist / Biglist because they are much faster and better than flatlist

fukemy commented 1 year ago

flatlist automatic populated children height, while FlashList/Biglist need give it before render

JoniVR commented 1 year ago

I disagree with this, let's not depend too much on third party components that might not be maintained in the future. It would however be an option to provide the user the ability to use their own scrollview (this allows for flashlist) but I can imagine this would introduce a lot of added complexity.

kesha-antonov commented 4 months ago

I disagree with this, let's not depend too much on third party components that might not be maintained in the future. It would however be an option to provide the user the ability to use their own scrollview (this allows for flashlist) but I can imagine this would introduce a lot of added complexity.

+- 1 dep is not a big deal ) and this package itself is not actively maintained also there're 31 PR and maintainer doesn't look at them