complated
This commit is contained in:
@@ -148,8 +148,8 @@ export default function ProductList({ query }: Props) {
|
||||
keyExtractor={(item) => item.id.toString()}
|
||||
renderItem={renderItem}
|
||||
numColumns={2}
|
||||
columnWrapperStyle={{ justifyContent: 'space-between', marginBottom: 8 }}
|
||||
contentContainerStyle={{}}
|
||||
columnWrapperStyle={{ justifyContent: 'space-between', marginBottom: 20 }}
|
||||
contentContainerStyle={{ paddingBottom: 60 }}
|
||||
onEndReached={() => hasNextPage && !isFetchingNextPage && fetchNextPage()}
|
||||
onEndReachedThreshold={0.4}
|
||||
ListFooterComponent={
|
||||
|
||||
Reference in New Issue
Block a user