react-pdf
react-pdf copied to clipboard
fallback image support for Image component
I want to load a default image or fallback image when the image component cant load the image
I have tried giving onError prop so that i know the image have not loaded. but that doesnt work. And i couldnt find any props that gvie the functionality
here is my example,
const handleError = () => {
setImageUrl(`/img/${type}.png`);
};
<Image style={styles.imageCardCustom} src={imageUrl} onError={handleError}/>
Please assign this issue to me
Will need a way to replicate this