seekshiva / react-native-remote-svg

Adds support for loading svg images in React Native
MIT License
185 stars 71 forks source link

I found this has an issue in remove debug mode #34

Open guoChopper opened 5 years ago

guoChopper commented 5 years ago

TypeError:fetch is not a function

the solve method is to " import fetch " in SvgImage.js file

seekshiva commented 5 years ago

fetch is included in react-native by default. Can you tell which version of react-native you were using?