From eeee7d1b4d314f64a04331a3e84063765daf70d9 Mon Sep 17 00:00:00 2001
From: Travis CI
The amount by which the scroll view indicators are inset from the edges
of the scroll view. This should normally be set to the same value as
the contentInset. Defaults to {0, 0, 0, 0}.
When true, the scroll view scrolls to top when the status bar is tapped. -The default value is true.
An array of child indices determining which children get docked to the +The default value is true.
When snapToInterval is set, snapToAlignment will define the relationship
+of the the snapping to the scroll view.
+ - start (the default) will align the snap at the left (horizontal) or top (vertical)
+ - center will align the snap in the center
+ - end will align the snap at the right (horizontal) or bottom (vertical)
When set, causes the scroll view to stop at multiples of the value of
+snapToInterval. This can be used for paginating through children
+that have lengths smaller than the scroll view. Used in combination
+with snapToAlignment.
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