beforesemicolon / flatlist-react

A helpful utility component to handle lists in react like a champ
MIT License
95 stars 17 forks source link

render in reverse order #73

Open ECorreia45 opened 3 years ago

ECorreia45 commented 3 years ago

this is a simple option to allow scrolling up to view more content similar to a chat. Everything else should continue to work as normal and the big challenge here is the render on scroll

divyesh-puri commented 1 year ago

@ECorreia45 Has any progress been made on this? Currently I am using reversed prop but the issue it still loads older messages when I scroll to bottom instead at the top

ECorreia45 commented 1 year ago

@divyesh-puri nothing yet...will see if I can make it happen in a near future