Merge pull request #17621 from paranoidjk/patch-1

fix(react-native): typo
This commit is contained in:
Eloy Durán
2017-06-29 19:42:02 +02:00
committed by GitHub
+1 -1
View File
@@ -1545,7 +1545,7 @@ export interface ViewStyle extends FlexStyle, TransformsStyle {
borderTopColor?: string;
borderTopLeftRadius?: number;
borderTopRightRadius?: number;
borderTopWidth?: number
borderTopWidth?: number;
opacity?: number;
overflow?: "visible" | "hidden"
shadowColor?: string;