set onEndReachedThreshold
to 2
for notifications (#4235)
This commit is contained in:
parent
e6d26186a9
commit
af10d3acbb
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ export function Feed({
|
|||
refreshing={isPTRing}
|
||||
onRefresh={onRefresh}
|
||||
onEndReached={onEndReached}
|
||||
onEndReachedThreshold={0.6}
|
||||
onEndReachedThreshold={2}
|
||||
onScrolledDownChange={onScrolledDownChange}
|
||||
contentContainerStyle={s.contentContainer}
|
||||
// @ts-ignore our .web version only -prf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue