jayesbe / react-native-cacheable-image

An Image Component for React Native that will cache itself to disk.
MIT License
304 stars 78 forks source link

Fix deprecated event change to connectionChange #64

Closed dapx closed 6 years ago

dapx commented 6 years ago

Hello,

I have changed the name of event from 'change' to 'connectionChange'.

According with the docs https://facebook.github.io/react-native/docs/netinfo.html#connectivity-types-deprecated, the event 'change' was deprecated. And It throws a warning.

Best regards