We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4411cb commit 32afc94Copy full SHA for 32afc94
Libraries/ScrollView/ScrollView.web.js
@@ -166,7 +166,7 @@ class ScrollView extends Component {
166
alwaysBounceVertical,
167
style: ([
168
styles.base,
169
- this.props.horizontal ? styles.horizontal : null,
+ (this.props.horizontal && this.props.scrollEnabled) ? styles.horizontal : null,
170
this.props.style,
171
]: ?Array<any>),
172
onTouchStart: this.scrollResponderHandleTouchStart,
0 commit comments