The defination for loadingIndicatorSource and defaultSource properties are almost same for both.
Please, can anyone tell what is the difference between loadingIndicatorSource and defaultSource props in react-native?
The defination for loadingIndicatorSource and defaultSource properties are almost same for both.
Please, can anyone tell what is the difference between loadingIndicatorSource and defaultSource props in react-native?
Well as you said they are really similar but personally i would use
defaultSource for a placeholder image (A static image to display while loading the image source.)
while
loadingIndicatorSource you can use it to display a spinner while waiting the image is loaded
Not such an useful answer but hope it will help! Bye!
On react native: "0.64.2", defaultSource and loadingIndicatorSource are not working.