bakerface / react-native-svg-web

A web replacement for react-native-svg
44 stars 11 forks source link

There is no support for SvgUri in React Native Web #21

Open kiranonline opened 12 months ago

kiranonline commented 12 months ago

There is no SvgUri component, as it is available in react-native-svg.

eg:

export default () => ( <SvgUri width="100%" height="100%" uri="http://thenewcode.com/assets/images/thumbnails/homer-simpson.svg" /> );