seekshiva / react-native-remote-svg

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

Getting Error: Can't perform a React state update on an unmounted component #32

Open bwayne2015 opened 5 years ago

bwayne2015 commented 5 years ago

The remote update was working fine but now it throws this error and the images are not loading.My images are stored locally Can't perform a React state update on an unmounted component: Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method. in SvgImage (at react-native-remote-svg/index.js:18)