"TypeError": "Network request failed"
See original GitHub issueI got this error when importing local svg file using svgUri <SvgUri width=“100%” height=“100%” uri={require(‘…/…/assets/icons/logo.svg’)} />`
`
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:12
Top Results From Across the Web
React Native fetch() Network Request Failed - Stack Overflow
When I create a brand new project using react-native init (RN version 0.29.1) and put a fetch in the render method to the...
Read more >HTTP Fetch fails with "TypeError: Network request ... - GitHub
There are 83 issues opened and unanswered about network requests failing with this generic error. The main causes of the pain are: Not...
Read more >Improve "TypeError: Network request failed" error message
Network request failed, this error occurs usually when api call failed or you have some internet issue. In android emulator, sometimes this error...
Read more >React Test TypeError: Network request failed - technote.fyi
If you get this error message during a test, it's because jest isn't making the network call. You need to make a mock...
Read more >Network request failed! : Help & Support
Network request failed! Print · Make sure the resource that you are trying to use is accessible to the outside world. Try checking...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you describe how to solve it, thanks
I’m getting “Network request failed” when I attempt to load a svg using a data uri on android. This works on iOS.