From 309b7984c86b8c75582fc2e8367a7fad75f02af6 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 6 Jun 2017 20:38:23 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/flatlist.html | 2 +- releases/next/docs/listview.html | 2 +- releases/next/docs/scrollview.html | 2 +- releases/next/docs/sectionlist.html | 2 +- releases/next/docs/virtualizedlist.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/releases/next/docs/flatlist.html b/releases/next/docs/flatlist.html index 48a84ca1470..3c2a6016925 100644 --- a/releases/next/docs/flatlist.html +++ b/releases/next/docs/flatlist.html @@ -129,7 +129,7 @@ middle. viewOffset is a fixed number of pixels to offset the final getItemLayout prop.

scrollToItem(params: object) #

Requires linear scan through data - use scrollToIndex instead if possible.

Note: cannot scroll to locations outside the render window without specifying the getItemLayout prop.

scrollToOffset(params: object) #

Scroll to a specific content pixel offset in the list.

Check out scrollToOffset of VirtualizedList

recordInteraction() #

Tells the list an interaction has occured, which should trigger viewability calculations, e.g. if waitForInteractions is true and the user has not scrolled. This is typically called by -taps on items or by navigation actions.

You can edit the content above on GitHub and send us a pull request!

← PrevNext →