react-native/Libraries/Components/ScrollView
Simon Ayzman 7e2e0deeb0 Updated ScrollView's keyboardShouldPersistTaps doc
Summary:
I noticed that even when a ScrollView's `keyboardShouldPersistTaps` prop is set to true, the ScrollView's children can still respond to tap events (even if the scroll view itself will not respond to tap events and the keyboard does not dismiss automatically). This is a point of ambiguity in the React Native docs; it implies that no touch events can be handled if `keyboardShouldPersistTaps` is set to true.
Closes https://github.com/facebook/react-native/pull/9053

Differential Revision: D3636711

Pulled By: hramos

fbshipit-source-id: 2f0aea86202ab66d5a9174ce8611509dff67e15f
2016-07-28 12:43:34 -07:00
..
RecyclerViewBackedScrollView.android.js Support API "scrollTo" in RecyclerViewBackedScrollView on Android 2016-07-22 09:28:40 -07:00
RecyclerViewBackedScrollView.ios.js Expose in public interface 2015-12-23 10:07:34 -08:00
ScrollView.js Updated ScrollView's keyboardShouldPersistTaps doc 2016-07-28 12:43:34 -07:00
processDecelerationRate.js Removed unnecessary exportedConstants 2016-03-10 10:21:34 -08:00