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 0b31a8b commit e0412acCopy full SHA for e0412ac
packages/react-native-web/src/exports/View/types.js
@@ -49,7 +49,7 @@ export type ViewStyle = {
49
overscrollBehavior?: OverscrollBehaviorValue,
50
overscrollBehaviorX?: OverscrollBehaviorValue,
51
overscrollBehaviorY?: OverscrollBehaviorValue,
52
- scrollbarWidth?: 'auto' | 'none',
+ scrollbarWidth?: 'auto' | 'none' | 'thin',
53
scrollSnapAlign?: string,
54
scrollSnapType?: string,
55
WebkitMaskImage?: string,
0 commit comments