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

render header method #15

Closed LeezQ closed 9 years ago

LeezQ commented 9 years ago

if I add a renderHeader method in RefreshableListView component, the refreshable will not work, is this a bug ?

jsdf commented 9 years ago

The first argument passed to renderHeader is the refreshing indicator which you need to display as part of your custom header

jsdf commented 9 years ago

I've published a new version (1.2.0) which changes the renderHeader method to renderHeaderWrapper. Please have a read of the documentation and see if this is suitable for your purpose.