react-native-pull-to-refresh
react-native-pull-to-refresh copied to clipboard
onScroll props not working in iOS
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') }} >