react-native-cacheable-image icon indicating copy to clipboard operation
react-native-cacheable-image copied to clipboard

onLoad lifecycle methods are not passed on to underlying Image

Open neilsarkar opened this issue 9 years ago • 0 comments

<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.

neilsarkar avatar Oct 17 '16 13:10 neilsarkar