react-native-pull-to-refresh
react-native-pull-to-refresh copied to clipboard
The Pull-To-Refresh component for React Native (iOS/Android)
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...
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.