FaridSafi / react-native-gifted-chat

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

[Request Feature] Support to infinite scroll two direction? #2505

Open thienvu23 opened 4 months ago

liylmn commented 4 months ago

@thienvu23 I also have this requirement. Do you have any other implementation plans

thienvu23 commented 4 months ago

react-native-gifted-chat+2.4.0.patch @liylmn U can try this patch file. I have not completed the test.

But currenly. I have an issue when I call the onLoadLater function all message is remounted. But the onLoadEarlier works fine. I still find the reason.

liylmn commented 4 months ago

@thienvu23 thanks,I want to slide up to half screen and receive new messages to prevent page shaking, but I don't have much thought

thienvu23 commented 4 months ago

@liylmn u can use maintainVisibleContentPosition to prevent page shaking, but this not working on Android

thienvu23 commented 4 months ago

U can use https://github.com/GetStream/react-native-bidirectional-infinite-scroll

liylmn commented 4 months ago

@thienvu23 Thank you very much for your answer. I will give it a try