mitogh / react-native-image-placeholder

Load images incrementally to provide a better UX
32 stars 10 forks source link

Activity Indicator Android #1

Open lkelevra opened 7 years ago

lkelevra commented 7 years ago

When using this component in Android, Activity indicator not dismiss when complete the download.

mitogh commented 7 years ago

Thank you for the reporting @lkelevra will look into it.

rbecharast-chwy commented 6 years ago

In android when I use a placeholder the component never shows the large image.

asifalikhokhar commented 5 years ago

Same issue with me, Image download is completed, but activity indicator never goes away !

asifalikhokhar commented 5 years ago

any update on this issue ?

markomatic commented 4 years ago

As I can see https://reactnative.dev/docs/image#onprogress callback (used within component) is iOS feature only.