Open
Description
I have this code that uses FlatGrid
component
<FlatGrid
data={[1, 2, 3, 4]}
renderItem={() => <Text>Hello world</Text>}
style={{ backgroundColor: 'red' }}
ListHeaderComponent={
<Box>
<Text fontSize="xl">HELLO HEADER</Text>
</Box>
}
ListHeaderComponentStyle={{ backgroundColor: 'white' }}
stickyHeaderIndices={[0]}
/>
not sure why that spaces were added. but it's not appear when i change it to FlatList
Metadata
Metadata
Assignees
Labels
No labels