mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-25 15:42:24 +00:00
[fix] typo in ScrollView prevents hiding scrollbars
This commit is contained in:
@@ -134,7 +134,7 @@ export default class ScrollViewBase extends Component<*> {
|
|||||||
style={[
|
style={[
|
||||||
style,
|
style,
|
||||||
!scrollEnabled && styles.scrollDisabled,
|
!scrollEnabled && styles.scrollDisabled,
|
||||||
hideScrollbar && style.hideScrollbar
|
hideScrollbar && styles.hideScrollbar
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user