diff --git a/docs/listview.html b/docs/listview.html index 26fdb4e7745..c944b7cc208 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 #

    ScrollView props... #

    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 e9182367b73..764426e4a6e 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> ); -},

    Edit on GitHubProps #

    activeOpacity number #

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

    Edit on GitHubProps #

    activeOpacity number #

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

    underlayColor string #

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

    © 2015 Facebook Inc.