react-native: Add display style

It's available as of v0.43, see the following commit:

4d69f4b2d1
This commit is contained in:
Marco Buono
2017-08-18 20:07:35 -03:00
parent aaf4a2b716
commit 28bedbce72

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;