Shiva Nandan
Shiva Nandan
@nataschaberg Thanks! You could use the `SvgImage` component from this package directly: ``` import SvgImage from “react-native-remote-svg/SvgImage” ``` Or ``` import Image from “react-native-remote-svg/SvgImage” ``` And it will directly use...
@jainhitesh90 what issue are you getting?
Here's what I've got: from some preliminary tests I did, this only happens in android while referring to a local svg image within the project. It doesn't happen while trying...
react-native-vector-icons is a great option. If you have some sort of an over-the-air mechanism set up for updating app code without releasing new app binary, you would want to think...
Can you also try `overflow: hidden` along with borderRadius, so that the WebView may get properly hidden? borderRadius sometimes used to just draw the radius but allowed the inner content...
Thanks for the PR. Sorry in the delay in getting to reviewing this. `react-native-webview-android` has native dependencies, and all the projects I have are built on top of Expo platform...
For now, you may have to wrap the image with a View like: ``` ``` I will let you know when tintColor support is added to this library.
I can reproduce the issue but have no idea what is causing it. Will update here once I find the issue that is causing this and fix it.
Yes. This is the issue. It doesn't seem to be about the size of the svg file. There are some very detailed svg images I've used that are of larger...
@sirjmkitavi Good idea! For starters, these images don't fit to screen when you load it in a browser. Check here for difference between how a normal image behaves vs the...