-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I've tried implementing this with npm, but finding that the onInfiniteLoad doesn't ever fire? Is there some magic trick I'm missing here?
<ChatView
flipped={true}
reversed={true}
scrollLoadThreshold={200}
onInfiniteLoad={this.loadMore}
>
{this.renderChats()}
</ChatView>
this.loadMore = () => {
console.log('Loading more!')
this.setState({limit:this.state.limit + 20})
}
Metadata
Metadata
Assignees
Labels
No labels