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') }} >**
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')
}}
>