TuNguyenThanh / react-native-image-placeholder

React native Image Placeholder
141 stars 53 forks source link

disable loading indicator #2

Open nimabk82 opened 7 years ago

TuNguyenThanh commented 7 years ago

Thank you for your issues, I have just updated with a new one. You can now use isShowActivity = {false} disable loading indicator.

xmeltrut commented 7 years ago

I'm still seeing the loading indicator even with that option set to false. Looking at the code, I'm not sure where that property is being read.

TuNguyenThanh commented 7 years ago

@xmeltrut I'm sorry, that is my mistake. I forgot about this issue in the new version. I've fixed it, and you can use it normally.

xmeltrut commented 7 years ago

Thanks, working great now.