add refreshControl to tab ViewSelector
This commit is contained in:
parent
8bcbbb869a
commit
7cad7d12f1
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue