react-native-remote-svg
react-native-remote-svg copied to clipboard
I found this has an issue in remove debug mode
TypeError:fetch is not a function
the solve method is to " import fetch " in SvgImage.js file
fetch is included in react-native by default. Can you tell which version of react-native you were using?