mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
react-native: Add display style
It's available as of v0.43, see the following commit: https://github.com/facebook/react-native/commit/4d69f4b2d1cf4f2e8265fe5758f28086f1b67500
This commit is contained in:
Vendored
+1
@@ -1561,6 +1561,7 @@ export interface ViewStyle extends FlexStyle, TransformsStyle {
|
||||
borderTopLeftRadius?: number;
|
||||
borderTopRightRadius?: number;
|
||||
borderTopWidth?: number;
|
||||
display?: "none" | "flex";
|
||||
opacity?: number;
|
||||
overflow?: "visible" | "hidden"
|
||||
shadowColor?: string;
|
||||
|
||||
Reference in New Issue
Block a user