Conflict between scroll and flexDirection: column-reverse in Native

0
Hi everyone, I have a problem when I’m triyng to display a List View like a chat. It means, recent messages at bottom and scrolls up to show past messages. I set the flexDirection: column-reverse property to my listView and a scroll container outside my listView. It looks like the scroll container disables the column-reverse property, because the chat displays like i want when delete the scroll container. How can I display my chat like i need? Regards
asked
0 answers