From d563c32ed59acb7830c2ed9d72b6da0dc5bb3231 Mon Sep 17 00:00:00 2001
From: Travis CI
How early to start rendering rows before they come on screen, in -pixels.
An array of child indices determining which children get docked to the
+top of the screen when scrolling. For example, passing
+stickyHeaderIndices={[0]} will cause the first child to be fixed to the
+top of the scroll view. This property is not supported in conjunction
+with horizontal={true}.