-
Notifications
You must be signed in to change notification settings - Fork 2
flexDirection: row not working #3
Copy link
Copy link
Open
Description
<View style={{flex: 1, flexDirection: 'row', flexWrap: 'wrap'}}>
<SpeedyList
contentStyle={{
flex: 1,
flexDirection: 'row',
flexWrap: 'wrap',
marginLeft: 16,
}}
items={filteredProducts}
itemRenderer={itemRenderer}
itemHeight={220}
itemKey={'product_guid'}
/>
</View>
It doesn't work I'm trying to make numberOfClums={3} like how do I do it? can you give an example?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels