-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console.error: "ERROR SVG", TypeError: Network request failed #198
Comments
Same here when using local file.... Any solution? |
It's not the solution at all, but after doing some researches, based on this, I tried a "thing" and it's working for now. It seems that "Http" protocol are no longer supported by this library. So, I just replaced "http" protocol with "Https" and as I said it's working. If you're using a local .svg file, it's perfect due to the 'w3.org' link that allows you to change it easly. However whether it's not the case, you may need look for another solution, for instance, convert the SVG file to a PNG or wait until some fixes show up. |
This is the correct code below, you don't need to use source. If you're using local file,
Now you can use your local file:
|
@josuenm ( |
Install |
Thanks @josuenm, installation worked this time. I used expo install. Also I had to do |
I'm facing a really weird issue
this error appear when i enable the live debug on Ios device and when i stop debug the svg image showed up perfectly
The text was updated successfully, but these errors were encountered: