Facing this issue for few icons while using react-native-svg
. I have gone through many git hub and stack over flow discussions like these, But unable to figure out the exact root cause.
In my case I am down loading Flat icons in svg
format and then converting the svg
to react-native
format by using this online converter which is suggested by react-native-svg
package itself.
"react-native": "0.60.5", "react-native-svg": "9.4.0"
Can somebody tell me the root cause for this error and how to resolve it?