godaddy / svgs

svgs is a compatiblity layer between svg and react-native-svg
MIT License
191 stars 31 forks source link

Is svgs still needed since react-native-svg supports web? #62

Open jgornick opened 3 years ago

jgornick commented 3 years ago

We've been mapping any external usages of svgs to react-native-svg and using extension resolution to use .web extensions first. We haven't seen any issues re-mapping svgs back to react-native-svg but wanted to double check if there is a reason why that's not a good idea.

Thank you!