fix slider + list bugs

This commit is contained in:
Boof2015
2026-07-25 15:46:38 -04:00
parent 0f34ca2e8d
commit a33a3b7137
15 changed files with 960 additions and 209 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ export default function AlbumScreen() {
onScroll={onScroll}
scrollEventThrottle={scrollEventThrottle}
onEndReached={() => void loadMore()}
onEndReachedThreshold={0.6}
onEndReachedThreshold={2}
contentContainerStyle={{
paddingTop: insets.top + expandedHeight,
paddingHorizontal: spacing.lg,