diff --git a/releases/next/docs/listview.html b/releases/next/docs/listview.html index ffe6607caa0..7891f730b09 100644 --- a/releases/next/docs/listview.html +++ b/releases/next/docs/listview.html @@ -62,7 +62,7 @@ are rendered. Defaults to returning a ScrollView with the given props.
behavior means that it will scroll with the content at the top of the section until it reaches the top of the screen, at which point it will stick to the top until it is pushed off the screen by the next section -header.(sectionID, rowID, adjacentRowHighlighted) => renderable
If provided, a renderable component to be rendered as the separator +header.
NOTE: On Android, the header is not sticky.
(sectionID, rowID, adjacentRowHighlighted) => renderable
If provided, a renderable component to be rendered as the separator below each row but not the last row if there is a section header below. Take a sectionID and rowID of the row above and whether its adjacent row is highlighted.
How early to start rendering rows before they come on screen, in