seekshiva / react-native-remote-svg

Adds support for loading svg images in React Native
MIT License
184 stars 71 forks source link

Some Devices not render image svg. Ex: Nokia2.1... #29

Open thaiphamvan opened 5 years ago

SamiChab commented 5 years ago

Try to replace every hex code for colors with rgb() Example: fill:#ffffff; => fill:rgb(255, 255, 255);

thaiphamvan commented 5 years ago

radialGradient > stop style="stop-color:rgb(183,47,0)" not render