From 309b7984c86b8c75582fc2e8367a7fad75f02af6 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.
You can edit the content above on GitHub and send us a pull request!