Native VirtualizedLists should never be nested inside plain ScrollViews warning - suppress?

1
Dear Colleagues, Is there a way to suppress the native react warning (Native VirtualizedLists should never be nested inside plain ScrollViews…), which you can get, e.g. when placing a list inside a scrollcontainer?  I could set the list to horizontal scrolling in this case, but this seems like a clash between Mendix and React Native… I read this article, but this is not possible with out-of-the-box Mendix. Any help is appreciated. Best regards, Wouter Penris
asked
1 answers
0

Hi Wouter,

I've used this widget in the past Native responsive listview: https://marketplace.mendix.com/link/component/114049 by Marcel Groeneweg 

There also is a new one Native Custom Listview https://marketplace.mendix.com/link/component/116529 by Bart Onstee

answered