13

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?

2 Answers2

7

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!

Guy
  • 2,883
  • 1
  • 32
  • 39
Marco Terzolo
  • 531
  • 5
  • 16
0

On react native: "0.64.2", defaultSource and loadingIndicatorSource are not working.

Guy
  • 2,883
  • 1
  • 32
  • 39