What is the difference between loadingIndicatorSource and defaultSource props in react-native?

Viewed 7207
2 Answers

Well as you said they are really similar but personally i would use

defaultSorce 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", defaultSorce and loadingIndicatorSource are not working.

Related