From 25c46215cff20123aa3ec349d45e394eac6a7e23 Mon Sep 17 00:00:00 2001 From: Sean Wang Date: Wed, 5 Jul 2017 16:31:35 -0500 Subject: [PATCH] Clarity in pagingEnabled description. Current description is misleading to think that both horizontal and vertical pagination are supported on both platforms. --- Libraries/Components/ScrollView/ScrollView.js | 2 ++ 1 file changed, 2 insertions(+) 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, /**