From 99d37de091b3506cfefb67753b0bfafe8c57fa0b Mon Sep 17 00:00:00 2001
From: Website Deployment Script viewOffset is a fixed number of pixels to offset the final
getItemLayout prop.
Requires linear scan through data - use scrollToIndex instead if possible.
Note: cannot scroll to locations outside the render window without specifying the
getItemLayout prop.
Scroll to a specific content pixel offset in the list.
Check out scrollToOffset of VirtualizedList
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.
Displays the scroll indicators momentarily.
Improve this page by sending a pull request!