This commit is contained in:
imeepos
2026-01-16 18:16:58 +08:00
parent 76ce6fb1db
commit 5d016ac812
3 changed files with 3 additions and 9 deletions

View File

@@ -414,9 +414,7 @@ export default function HomeScreen() {
)}
keyExtractor={(item) => item.id}
numColumns={2}
estimatedItemSize={cardWidth * 1.2 + 60}
showsVerticalScrollIndicator={false}
contentContainerStyle={styles.flashListContent}
scrollEventThrottle={Platform.OS === 'ios' ? 16 : 50}
/>
</View>