We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3b903 commit a82149bCopy full SHA for a82149b
src/components/gridList/index.tsx
@@ -42,7 +42,7 @@ function GridList<T = any>(props: GridListProps<T>) {
42
/* NOTE: Using style with contentContainerStyle because of RN issue with a flatlist nested in another flatlist
43
losing their contentContainerStyle */
44
style={listStyle}
45
- columnWrapperStyle={listColumnWrapperStyle}
+ columnWrapperStyle={numberOfColumns > 1 ? listColumnWrapperStyle : undefined}
46
contentContainerStyle={listContentStyle}
47
renderItem={_renderItem}
48
numColumns={numberOfColumns}
0 commit comments