From 9c5e9dacfc2a8afb1a92ca6c1e6b7faa149af965 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 21 Oct 2015 02:29:46 +0000 Subject: [PATCH] update website --- docs/listview.html | 2 +- docs/touchablehighlight.html | 2 +- docs/touchablenativefeedback.html | 2 +- docs/touchableopacity.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/listview.html b/docs/listview.html index 1ad3ab34195..f8c526a486e 100644 --- a/docs/listview.html +++ b/docs/listview.html @@ -28,7 +28,7 @@ data source tells the ListView if it needs to re-render a row because the source data has changed - see ListViewDataSource for more details.

  • Rate-limited row rendering - By default, only one row is rendered per event-loop (customizable with the pageSize prop). This breaks up the work into smaller chunks to reduce the chance of dropping frames while -rendering rows.

  • Edit on GitHubProps #

    dataSource ListViewDataSource #

    initialListSize number #

    How many rows to render on initial component mount. Use this to make +rendering rows.

    Edit on GitHubProps #

    dataSource ListViewDataSource #

    initialListSize number #

    How many rows to render on initial component mount. Use this to make it so that the first screen worth of data apears at one time instead of over the course of multiple frames.

    onChangeVisibleRows function #

    (visibleRows, changedRows) => void

    Called when the set of visible rows changes. visibleRows maps { sectionID: { rowID: true }} for all the visible rows, and diff --git a/docs/touchablehighlight.html b/docs/touchablehighlight.html index 01cd015b1cd..fe43edd3adf 100644 --- a/docs/touchablehighlight.html +++ b/docs/touchablehighlight.html @@ -12,7 +12,7 @@ backgroundColor of the wrapped view isn't explicitly set to an opaque color /> </TouchableHighlight> ); -},

    NOTE: TouchableHighlight supports only one child

    If you wish to have several child components, wrap them in a View.

    Edit on GitHubProps #

    activeOpacity number #

    Determines what the opacity of the wrapped view should be when touch is +},

    NOTE: TouchableHighlight supports only one child

    If you wish to have several child components, wrap them in a View.

    Edit on GitHubProps #

    activeOpacity number #

    Determines what the opacity of the wrapped view should be when touch is active.

    onHideUnderlay function #

    Called immediately after the underlay is hidden

    onShowUnderlay function #

    Called immediately after the underlay is shown

    underlayColor string #

    The color of the underlay that will show through when the touch is active.

    © 2015 Facebook Inc.