FullstackStation / react-native-svg-animated-linear-gradient

A wrap SVG component for animated linear gradient
MIT License
434 stars 110 forks source link

Passing all props of the component to Svg component #17

Closed xxdondi closed 5 years ago

xxdondi commented 5 years ago

This change allows using the viewBox prop, for example, which can be used to scale the SVG properly. Or any other prop of Svg component.

virusvn commented 5 years ago

Thanks @Niades