OnScroll, RefreshControl and onEndReached of nested ListView not working
See original GitHub issueSame issue as #20.
My problem is the following, I have my parallax view, and inside it I have a Tab Bar, this Tab Bar is composed by 4 tabs, each scenes of each tabs contains a ListView with an InfiniteScrollView
, the problem is when I reach the end the onLoadMoreAsync
function isn’t called, I try to pass the onScoll function thought all child, but I stil have the problem.
I also try to run the RefreshControl of my ListView, but it also not working.
Because of the position of my TabBar and it’s content I can’t put my ParallaxView as a ScrollComponent.
Any idea ? 😃
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:12
Top Results From Across the Web
OnScroll, RefreshControl and onEndReached of nested ...
OnScroll, RefreshControl and onEndReached of nested ListView not working. ... My problem is the following, I have my parallax view, and inside it...
Read more >ScrollView PullDown - react native - Stack Overflow
So my approach was trying to use the onScroll method to detect the changes from scroll view. onScroll={this.handleScroll} handleScroll(event) { ...
Read more >react native refresh list when scroll Code Example - Code Grepper
react native refresh flatlist on swipe down · React-Native: RefreshControl on ScrollView with nested View won't show animation · swap scroll right in...
Read more >ScrollView - React Native
FlatList is also handy if you want to render separators between your items, multiple columns, infinite scroll loading, or any number of ...
Read more >Refresh Control not working on Android -React Native-React ...
renderPostItem} onEndReached={this.onEndReached} scrollEnabled={scrollEnabled} onEndReachedThreshold={0.3} contentContainerStyle ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@magrinj
I’m getting an undefined error on this.refs.pullToRefresh.getInnerViewNode. Trying to apply this to a Flatlist.