maximalism2 / msvgc

Make React components from your plain SVG files
67 stars 14 forks source link

SVG files with styling information loose this information when converted to RN components #1

Open michaelkruglos opened 7 years ago

michaelkruglos commented 7 years ago

SVG files with styling information loose this information when converted to RN components. e.g.

Is not applied anywhere. react-native-svg doesn't support it, so I'd assume, that the styles should be generated as inplace properties of the relevant components (circle, path etc.)