react-native-pull-to-refresh icon indicating copy to clipboard operation
react-native-pull-to-refresh copied to clipboard

onScroll props not working in iOS

Open akjesto opened this issue 6 years ago • 0 comments

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

akjesto avatar Sep 19 '18 03:09 akjesto