react-native-refresher icon indicating copy to clipboard operation
react-native-refresher copied to clipboard

renderHeader won't work

Open alvinwoon opened this issue 9 years ago • 3 comments

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

alvinwoon avatar Jul 23 '15 07:07 alvinwoon

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

<LoadingBarIndicator position="fixed" />

syrusakbary avatar Jul 23 '15 08:07 syrusakbary

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

alvinwoon avatar Jul 23 '15 08:07 alvinwoon

+1

no way to render a header?

EDIT: fixed position on loading indicator works prefectly

kevinaltschuler avatar Sep 28 '15 22:09 kevinaltschuler