react-native-remote-svg
react-native-remote-svg copied to clipboard
Some Devices not render image svg. Ex: Nokia2.1...
Try to replace every hex code for colors with rgb()
Example: fill:#ffffff; => fill:rgb(255, 255, 255);
radialGradient > stop style="stop-color:rgb(183,47,0)" not render