Skip to content

Commit 13de3ae

Browse files
committed
Update type
1 parent 5ec07f3 commit 13de3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/Libraries/StyleSheet/StyleSheetTypes.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface FlexStyle {
5656
borderWidth?: number | undefined;
5757
bottom?: DimensionValue | undefined;
5858
boxSizing?: 'border-box' | 'content-box' | undefined;
59-
display?: 'none' | 'flex' | undefined;
59+
display?: 'none' | 'flex' | 'contents' | undefined;
6060
end?: DimensionValue | undefined;
6161
flex?: number | undefined;
6262
flexBasis?: DimensionValue | undefined;

0 commit comments

Comments
 (0)