Krister Kari
Krister Kari
@anfriis Don't use `color` as the React property name, use for example `fill` like in the README.
@anfriis Please verify that you have also changed the prop name from SVGR's config. At least last time that I tried it, it was working just fine.
The runtime color replacement does not work without the `.svgrrc`. You need to have it.
> Using `fill` prop instead doesn't work. It does not work because you don't have `.svgrrc` in your project. I just tested with your example, and `fill` as the property...
> is there a problem in using `color` prop instead and avoiding the need for the `.svgrrc` file? Not at all, you can use whatever you want. I just personally...
@stahamnguyen Hmm.. I don't know why it does not work in your case, but I can have a look if you are able to upload your project somewhere. Is there...
Hello @inferusvv and @Alenius :) I just tested the examples from both of you in the example project and they were working fine, so please check that you have everything...
> Is there anything else I can check? Check that the SVG image that you are using has a fill color matching `#000`. You can also try restart your Metro...
@mikeislearning ~Could you please paste here the svg image that you are using? Can you also test your thing with `react-native-svg-transformer` 0.13.0?~
@mikeislearning Actually I just noticed that you are using version 0.14.2, could you please update to 0.14.3 that has fix for your problem.