There was an error while loading. Please reload this page.
1 parent 724fbdd commit a3e2110Copy full SHA for a3e2110
1 file changed
packages/react-native/Libraries/StyleSheet/StyleSheetTypes.d.ts
@@ -83,7 +83,7 @@ export interface FlexStyle {
83
maxWidth?: DimensionValue | undefined;
84
minHeight?: DimensionValue | undefined;
85
minWidth?: DimensionValue | undefined;
86
- overflow?: 'visible' | 'hidden' | 'scroll' | undefined;
+ overflow?: 'visible' | 'hidden' | 'scroll' | 'auto' | undefined;
87
padding?: DimensionValue | undefined;
88
paddingBottom?: DimensionValue | undefined;
89
paddingEnd?: DimensionValue | undefined;
0 commit comments