add refreshControl to tab ViewSelector
parent
8bcbbb869a
commit
7cad7d12f1
|
@ -94,9 +94,7 @@ export function ViewSelector({
|
|||
ListFooterComponent={ListFooterComponent}
|
||||
// NOTE sticky header disabled on android due to major performance issues -prf
|
||||
stickyHeaderIndices={isAndroid ? undefined : STICKY_HEADER_INDICES}
|
||||
refreshing={refreshing}
|
||||
onScroll={onScroll}
|
||||
onRefresh={onRefresh}
|
||||
onEndReached={onEndReached}
|
||||
refreshControl={
|
||||
<RefreshControl
|
||||
|
|
Loading…
Reference in New Issue