From da0814801effb13a31b883fe04abe1b8cf8e6511 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
When true, shows a horizontal scroll indicator.
When true, shows a vertical scroll indicator.
(Android-only) Sets the elevation of a view, using Android's underlying elevation API. This adds a drop shadow to the item and affects z-order for overlapping views. -Only supported on Android 5.0+, has no effect on earlier versions.
When true, momentum events will be sent from Android -This is internal and set automatically by the framework if you have -onMomentumScrollBegin or onMomentumScrollEnd set on your ScrollView
When true, the scroll view bounces horizontally when it reaches the end +Only supported on Android 5.0+, has no effect on earlier versions.
When true, the scroll view bounces horizontally when it reaches the end
even if the content is smaller than the scroll view itself. The default
value is true when horizontal={true} and false otherwise.
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. The default