Native custom Listview doesnt override flex-direction

0
Hello, I’m currently working on a native chat application. For the visualisation i use a listView. This listview has the styling prop: flexDirection: column. So i expect when adding a class (or overriding de Listview.js entirely) on the listView i can override the flex-direction: (example below) ListView = {     container: {         display: "flex",         flexDirection: "column-reverse" } } This doesn’t happen. If i check if the changes are updated by changing for example the backgroundColor, i see the changes. Who can help me figuring out what is happening, or knows the answer? Thanks in advance!
asked
0 answers