react-native-cacheable-image
react-native-cacheable-image copied to clipboard
onLoad lifecycle methods are not passed on to underlying Image
<CacheableImage
...
onLoadStart={() => console.log('never called')} />
This actually seems to be an issue in the underlying responsive image library, I've submitted a PR here https://github.com/Dharmoslap/react-native-responsive-image/pull/16 but the project doesn't seem super active. Opening this issue for future developers who run into this, can close once that gets pulled in.