Use for react-native-svg, a JavaScript library to use\write SVG images in react-native
react-native-svg
is a JavaScript library that provides both iOS and Android to be able to use\write SVG images in react-native.
SVG or Scalable Vector Graphics are a kind of images that are produced by using XML scripts. This makes the images to be able to be indexed, searched and compressed. These images are interactive due to the scripts, and can also be animated thus.