You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just implement a waterfall listview.
checking whether the scrollview reached the bottom by RCTViewManager.measureLayout.
then fetch data for next section list and try to merge data to the dataSource of ScrollView.
As the dataSource changed by setState , the scrollView will be rerendered.
But in this case, the scrollview will be complete rerendered everytime when you merge data to dataSource.
I have no better idea to implement this
brentvatne
changed the title
ListView: How to implement endless scroll from bottom & top?
[ListView] How to implement endless scroll from bottom & top?
May 29, 2015
Hello all,
I'm trying to implement something similar to Sunrise
Basically I have a list which I want to:
onEndReached
renderSectionHeader
and I need to know when the current section was changed.Is it possible to implement it with
ListView
? If so, do you have any tips on how to do that?Your help is appriciated,
Ran.
The text was updated successfully, but these errors were encountered: