From 11ba8c7b08081b28fae2a0d11490a87f438eb13f Mon Sep 17 00:00:00 2001
From: Website Deployment Script
Optional custom style for multi-item rows generated when numColumns > 1.
For simplicity, data is just a plain array. If you want to use something else, like an
immutable list, use the underlying VirtualizedList directly.
A marker property for telling the list to re-render (since it implements PureComponent). If
any of your renderItem, Header, Footer, etc. functions depend on anything outside of the
-data prop, stick it here and treat it immutably.
data prop, stick it here and treat it immutably.getItemLayout is an optional optimizations that let us skip measurement of dynamic content if
you know the height of items a priori. getItemLayout is the most efficient, and is easy to
use if you have fixed height items, for example:
refreshing prop correctly.Default renderer for every item in every section. Can be over-ridden on a per-section basis.
Rendered at the bottom of each section.
Rendered at the top of each section. These stick to the top of the ScrollView by default on
-iOS. See stickySectionHeadersEnabled.
The actual data to render, akin to the data prop in <FlatList>.
General shape:
stickySectionHeadersEnabled.The actual data to render, akin to the data prop in <FlatList>.
General shape:
Makes section headers stick to the top of the screen until the next one pushes it off. Only