kristerkari / react-native-svg-transformer

Import SVG files in your React Native project the same way that you would in a Web application.
MIT License
1.57k stars 116 forks source link

"@fill" is not a valid color or brush #175

Open ranshine opened 2 years ago

ranshine commented 2 years ago

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)

kristerkari commented 2 years ago

@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.