add refreshControl to tab ViewSelector

zio/stable
Ansh Nanda 2023-05-19 18:32:21 -07:00
parent 8bcbbb869a
commit 7cad7d12f1
1 changed files with 0 additions and 2 deletions

View File

@ -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