Closed Ahmed-Imam closed 4 years ago
The react-native-svg is working fine with
"react": "16.6.1", "react-native": "^0.59.0", "react-native-svg": "^9.13.6",
except when I try using the SvgUri
<SvgUri width={20} height={30} uri="http://thenewcode.com/assets/images/thumbnails/homer-simpson.svg"/>
Can you try with SvgFromUri instead of SvgUri ?
I confirm, it is working as expected with SvgFromUri.
The react-native-svg is working fine with
except when I try using the SvgUri