7e2e0deeb0
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 |
||
---|---|---|
.. | ||
RecyclerViewBackedScrollView.android.js | ||
RecyclerViewBackedScrollView.ios.js | ||
ScrollView.js | ||
processDecelerationRate.js |