[fix] nested ScrollView scroll behaviour propagation

Allow ScrollView to be scrolled from gestures originating in a
descendent ScrollView.

Fix #1042
Close #1043
This commit is contained in:
Jeremy
2018-07-19 15:36:57 +03:00
committed by Nicolas Gallagher
parent d4af1eb981
commit 16b9ec2917

View File

@@ -266,7 +266,6 @@ const ScrollView = createReactClass({
const commonStyle = {
flexGrow: 1,
flexShrink: 1,
overscrollBehavior: 'contain',
// Enable hardware compositing in modern browsers.
// Creates a new layer with its own backing surface that can significantly
// improve scroll performance.