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

The Pull-To-Refresh component for React Native (iOS/Android)

Results 19 react-native-pull-to-refresh issues
Sort by recently updated
recently updated
newest added

I try to change the color or ActivityIndicator with the property colors, and seems that not working my code: ``` {this.props.children} ```

Will support the pull-up refresh later?

Hi, I detected that onScroll function passed in props to PTRView component wasn't called only on iOS. An issue related to this problem has already been opened : https://github.com/moschan/react-native-pull-to-refresh/issues/28 This...

It would be nice change the arrow icon

enhancement

Making arrow optional for ios will be really great for those who don't want to put it up. Preferable to pass it as props for showing/hiding it.

I implemented this library in my app.I tried the following code for get onScroll event in iOS.But not working this property. ** { alert('ON Scroll event') }} >**

adding props isLoading, to show load effect before the user swipe.