fix: bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user