[X] I have confirmed that this bug has not been reported yet
Description
I want to customize an image loading animation. But I found that the loading state of the image in the custom method only calls the CustomImageRenderer method on success and error, so my custom loading image has no effect and doesn't show up.
Decision Table
<yyy>
is not rendered”Good Faith Declaration
Description
I want to customize an image loading animation. But I found that the loading state of the image in the custom method only calls the CustomImageRenderer method on success and error, so my custom loading image has no effect and doesn't show up.
this is my code
But when the internet is slow, or the image is large and takes a while to load, my custom loading image does not show up
React Native Information
RNRH Version
"react-native-render-html": "^6.3.4",
Tested Platforms
Reproduction Platforms
Minimal, Reproducible Example
https://snack.expo.dev/XkVCn9-yL
Additional Notes
No response