expo / react-native-infinite-scroll-view

An infinitely scrolling view that notifies you as the scroll offset approaches the bottom
MIT License
519 stars 57 forks source link

DefaultLoadingIndicator not working on loading more, any idea? #29

Open Jaafar-abusair opened 8 years ago

markymc commented 7 years ago

@Jaafar-abusair You may want to share some code so we can better understand your situation.

I've also noticed that the loading indicator doesn't work if I return from my function that is called for onLoadMoreAsync immediately, e.g. if the component is already loading more and I don't want to load again. Is that what you're doing too?

dzpt commented 7 years ago

@markymc Where's loading indicator surpose to be? There's no screenshot, and i cloudn't see it, it supposedly displays on the bottom of the list

markymc commented 7 years ago

@Tom29 Yes, in the usual place in the bottom of the list. :)