React native scrollToEnd doesn’t seem to be working
The following scrollToEnd leveraging the messagesListRef isn’t working for some reason (There are no errors or warnings either):
Alternative solutions for directly displaying the bottom of a chat FlatList
I am trying to directly display the bottom of chat FlatLists
(the latest chat message) to users and the two solutions (and challenges associated with each of them) are as follows: