From c4ded21bc7f54bb9b79f48916433d8b3b5585475 Mon Sep 17 00:00:00 2001 From: Tomas Reimers Date: Sun, 23 Jul 2017 16:38:57 -0400 Subject: [PATCH] Add docs for onMomentumScrollBegin --- Libraries/Components/ScrollView/ScrollView.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index aab6c95c0f1bcb..7af6105cc38d21 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -235,6 +235,10 @@ const ScrollView = createReactClass({ * @platform ios */ minimumZoomScale: PropTypes.number, + /** + * Called when the momentum scroll starts (scroll which occurs as the ScrollView glides to a stop). + */ + onMomentumScrollBegin: PropTypes.func, /** * Fires at most once per frame during scrolling. The frequency of the * events can be controlled using the `scrollEventThrottle` prop.