- Joined
- Jan 24, 2022
- Messages
- 7
- Reaction score
- 0
I have a flatlist that shows a messages chat. I want to start at the bottom of the flatlist (showing the most recent messages). I added 'inverted={true}' and 'data={data.reverse()}' as the props. It is sort of working, but the data alternates being reversed and not reversed every time i leave and enter the chat again. Anyone know the fix?