seekshiva / react-native-remote-svg

Adds support for loading svg images in React Native
MIT License
184 stars 71 forks source link

Add the ability to override css svg fill field #47

Closed alifarooq0 closed 3 years ago

alifarooq0 commented 5 years ago

Description

Adding the ability to customize fill style property of the svg image that's embedded in the WebView wrapper

Use case

I wanted the ability to customize fill property of the svg file that's embedded through this component so I can modify update svg fill value on demand rather than modifying the content of the svg file.

alifarooq0 commented 5 years ago

@seekshiva do you mind taking a look at this change and give your feedback? It would be great if this gets merged into master so I don't have to fork the repo :)