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 →