seekshiva / react-native-remote-svg

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

WIP: fix: make style only applied in the root element #51

Closed ltoussaint closed 6 months ago

ltoussaint commented 4 years ago

Style must apply on only 1 element.

I had some style, like padding, applied twice which make my app look bad.

ltoussaint commented 4 years ago

Something goes wrong when we want to change the size of a svg which already include height and width.

I need to fix that before merging