vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
850 stars 334 forks source link

svg image uri shows rectangle image but its round #181

Open saurabh-nandan opened 5 years ago

saurabh-nandan commented 5 years ago

i am using react-native-svg-uri for react native App. There is circle image in API but shows rectangle image while using it.

<SvgUri height={30} width={30} source={{ uri: 'https://st2.travelxp.com/images/txpin/vector/airlines/ku_test.svg', }} />