Shiva Nandan
Shiva Nandan
@nicoecheza If you have multiple child components, you can put them all into a single component, wrapped by a `` and then pass that single component as a lone child...
code.facebook.com too, please.
It seems like wrapping the `@this {fn definition}` inside of `{}` is causing issues. We were able to fix it by changing from `{}` to `()`
@Minnozz I’m not a core developer of jzon. Just that I was able to take changes from your PR into my local fork and it worked well, so I marked...
Can you provide a sample code at https://snack.expo.io that reproduces the bug?
Same issue as #10. Can you try what is suggested in [this comment](https://github.com/seekshiva/react-native-remote-svg/issues/10#issuecomment-382093018)?
Hi, I am using this in a production app without issues. Can you provide a sample code repo where I can reproduce this issue?
Can you provide more details? Are you using remote uri that starts with `https://` or loading a local asset using `require()` ?
Hi, this library tries to determine the format of image based on file name. If it has `.svg` in the file name, it must be an svg file. When you...