mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
[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:
committed by
Nicolas Gallagher
parent
d4af1eb981
commit
16b9ec2917
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user