Hi,
React native cannot handle nested scroll containers. ListView is also a scroll container.
You may use the Repeater widget that Mendix supplies in Native Mobile Resources instead of the inner Listview or my Native Responsive Listview.
The outermost listview can remain a listview, it will show the scrollbar and allow scrolling.