removed duplicate property "opacity" from SvgProps

ReactNative.ViewProperties now has its own "opacity".
This commit is contained in:
Haitao Xia
2018-06-12 14:59:48 -07:00
committed by GitHub
parent f28a343a8d
commit 49e770a33a
Vendored
-1
View File
@@ -267,7 +267,6 @@ export interface StopProps {
export const Stop: React.ComponentClass<StopProps>;
export interface SvgProps extends ReactNative.ViewProperties {
opacity?: NumberProp,
width: NumberProp,
height: NumberProp,
viewBox?: string,