Skip to content

The pull to refresh logic is broken #16

Open
@bogdantmm92

Description

@bogdantmm92

This line

if (!(this.props.ignoreInertialScroll && this.isTouching)) {

Should be

if (!this.props.ignoreInertialScroll || this.isTouching) {

Another issue is that if I pull and hold, It will load the list multiple times.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions