[add] Allow style scrollbarWidth 'thin' value

Close #1499
This commit is contained in:
Nicolas Gallagher
2019-12-19 16:59:06 +00:00
parent 0b31a8b096
commit e0412acb94
+1 -1
View File
@@ -49,7 +49,7 @@ export type ViewStyle = {
overscrollBehavior?: OverscrollBehaviorValue,
overscrollBehaviorX?: OverscrollBehaviorValue,
overscrollBehaviorY?: OverscrollBehaviorValue,
scrollbarWidth?: 'auto' | 'none',
scrollbarWidth?: 'auto' | 'none' | 'thin',
scrollSnapAlign?: string,
scrollSnapType?: string,
WebkitMaskImage?: string,