We have a component for a sortable list that uses FlatList
with a CellRendererComponent
:
<FlatList
...
data={data}
CellRendererComponent={SortableListItem}
/>
We have a usage where on some Android devices, at least part of the time only the start of the list is shown, and the end is cut.