Skip to content

Commit 215193a

Browse files
committed
chore: remove bad flexWrap in example
1 parent 828e254 commit 215193a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/example/src/pages/ListWithVariableSize.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ const Container = styled.View({
5555

5656
const ListContainer = styled.View(({ theme }) => ({
5757
flexDirection: 'row',
58-
flexWrap: 'wrap',
5958
gap: theme.spacings.$4,
6059
padding: theme.spacings.$4,
6160
}));

0 commit comments

Comments
 (0)