react-native-svg-transformer
react-native-svg-transformer copied to clipboard
"@fill" is not a valid color or brush
I am using this library to show svg images. I am passing color to fill prop. In svg image i added @fill to fill, but it is not working and showing warning("@fill" is not a valid color or brush)
<svg width="306" height="167" viewBox="0 0 306 167" fill="none" xmlns="http://www.w3.org/2000/svg">
@ranshine if you want to replace the fill of the path, you can just a color or I think that none
should also work as a value.