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:
Marco Buono
2017-08-18 20:07:41 -03:00
parent aaf4a2b716
commit 28bedbce72
+1
View File
@@ -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;