mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-23 19:25:54 +00:00
removed duplicate property "opacity" from SvgProps
ReactNative.ViewProperties now has its own "opacity".
This commit is contained in:
Vendored
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user