I am want to render network images in React-Native i previously used ttf method and that works great but this method is used only for static images i want to render svg images with light weight method, I know some of the libraries are available but they are very slow on android so i want to avoid these ones is any way to render svg images on android smoothly?
Didn't answered perfectly.
import Svg from 'reacr-native-svg-uri'
this library i am using currently.
I don't want to use this library because this causing performance issues on android.