Skip to content

onScroll props not working in iOS #28

@akjesto

Description

@akjesto

I implemented this library in my app.I tried the following code for get onScroll event in iOS.But not working this property.

<PTRView
style={{backgroundColor:'#F5FCFF'}}
onRefresh={this._refresh}
onScroll={() => {
alert('ON Scroll event')
}}
>

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