diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index f5691da8631af3..60e572853c5db9 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -257,6 +257,8 @@ const ScrollView = React.createClass({ * When true, the scroll view stops on multiples of the scroll view's size * when scrolling. This can be used for horizontal pagination. The default * value is false. + * + * Note: Vertical pagination is not supported on Android. */ pagingEnabled: PropTypes.bool, /**