Skip to content

Commit e0412ac

Browse files
committed
[add] Allow style scrollbarWidth 'thin' value
Close #1499
1 parent 0b31a8b commit e0412ac

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-web/src/exports/View

1 file changed

+1
-1
lines changed

packages/react-native-web/src/exports/View/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export type ViewStyle = {
4949
overscrollBehavior?: OverscrollBehaviorValue,
5050
overscrollBehaviorX?: OverscrollBehaviorValue,
5151
overscrollBehaviorY?: OverscrollBehaviorValue,
52-
scrollbarWidth?: 'auto' | 'none',
52+
scrollbarWidth?: 'auto' | 'none' | 'thin',
5353
scrollSnapAlign?: string,
5454
scrollSnapType?: string,
5555
WebkitMaskImage?: string,

0 commit comments

Comments
 (0)