syrusakbary / react-native-refresher

A pull to refresh ListView for React Native completely written in js.
MIT License
453 stars 34 forks source link

renderHeader won't work #3

Open alvinwoon opened 9 years ago

alvinwoon commented 9 years ago

Porting existing ListView with renderHeader function to RefresherListView will not render the header view

syrusakbary commented 9 years ago

@alvinwoon Have you tried using the Loading Indicator with fixed position? (not top) Example

<LoadingBarIndicator position="fixed" />
alvinwoon commented 9 years ago

I am actually using the default spinner indicator. Anyway the header is a drop down UI element.

kevinaltschuler commented 9 years ago

+1

no way to render a header?

EDIT: fixed position on loading indicator works prefectly