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 5ec07f3 commit 13de3aeCopy full SHA for 13de3ae
packages/react-native/Libraries/StyleSheet/StyleSheetTypes.d.ts
@@ -56,7 +56,7 @@ export interface FlexStyle {
56
borderWidth?: number | undefined;
57
bottom?: DimensionValue | undefined;
58
boxSizing?: 'border-box' | 'content-box' | undefined;
59
- display?: 'none' | 'flex' | undefined;
+ display?: 'none' | 'flex' | 'contents' | undefined;
60
end?: DimensionValue | undefined;
61
flex?: number | undefined;
62
flexBasis?: DimensionValue | undefined;
0 commit comments