diff --git a/releases/next/docs/sectionlist.html b/releases/next/docs/sectionlist.html index 5cb9b49d0aa..61928ac2ddd 100644 --- a/releases/next/docs/sectionlist.html +++ b/releases/next/docs/sectionlist.html @@ -1,19 +1,19 @@
A performant interface for rendering sectioned lists, supporting the most handy features:
If you don't need section support and want a simpler interface, use
<FlatList>.
Simple Examples:
This is a convenience wrapper around <VirtualizedList>,
and thus inherits it's props (as well as those of ScrollView) that aren't explicitly listed
@@ -59,7 +59,6 @@ sure to also set the 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:
Makes section headers stick to the top of the screen until the next one pushes it off. Only