jsdf / react-native-refreshable-listview

Deprecated. A pull-to-refresh ListView which shows a loading spinner while your data reloads
1.38k stars 168 forks source link

This package should be deprecated #39

Closed dhrrgn closed 8 years ago

dhrrgn commented 8 years ago

React Native v0.18.0 now has this functionality built into the ListView/ScrollView. See here: https://github.com/facebook/react-native/commit/44f7a00e95af91dbdfc9feb4f097558b85a8917b

As such, I believe this package should be marked as deprecated (i.e. for use only with RN versions prior to 0.18.0), and point to the docs here: http://facebook.github.io/react-native/docs/refreshcontrol.html

strefethen commented 8 years ago

@dhrrgn I suggest a closer look at this module as it's significantly more than just "pull-to-refresh" listview. It's well thought out with great flexibility for numerous things not supported on the stock listview. My company has been using in production for many months.

Kudos to the author.