VirtualizedList
Low-level list primitive. Prefer FlatList /
SectionList unless you need custom data accessors.
See the binding in
src/components/VirtualizedList.res
for getItem / getItemCount / getItemLayout and scroll helpers
(scrollToIndex, scrollToOffset, …).