Skip to content

onInfiniteLoad not firing? #34

@jasongrishkoff

Description

@jasongrishkoff

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions