From d563c32ed59acb7830c2ed9d72b6da0dc5bb3231 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 6 Jan 2016 17:32:12 +0000 Subject: [PATCH] update website --- docs/listview.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/listview.html b/docs/listview.html index ed15def4925..5cba96389df 100644 --- a/docs/listview.html +++ b/docs/listview.html @@ -56,7 +56,11 @@ header.

scrollRenderAheadDistance number #

How early to start rendering rows before they come on screen, in -pixels.

Edit on GitHubExamples #

'use strict'; +pixels.

iosstickyHeaderIndices [number] #

An array of child indices determining which children get docked to the +top of the screen when scrolling. For example, passing +stickyHeaderIndices={[0]} will cause the first child to be fixed to the +top of the scroll view. This property is not supported in conjunction +with horizontal={true}.

Edit on GitHubExamples #

'use strict'; var React = require('react-native'); var {