mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-22 22:44:52 +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,
|
||||
!scrollEnabled && styles.scrollDisabled,
|
||||
hideScrollbar && style.hideScrollbar
|
||||
hideScrollbar && styles.hideScrollbar
|
||||
]}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user