How to display svg, png, jpeg images in React-native?

Viewed 439

I used <Image> tag to display images in my project, but it's not displaying the svg images on the iOS, so i used <SvgUri> from the react-native-svg instead of <Image>, but now if i try to show any images other than svg, it's throwing error. Is there any library to display both svg and non-svg images on iOS & android devices?

1 Answers
Related