app integraded :)😈
This commit is contained in:
@@ -88,7 +88,7 @@ export default React.memo((props) => {
|
||||
< WrapperList listLength={items.length} onLayout={(event) => { HandleAnimation(event) }}>
|
||||
{list.open &&
|
||||
<FlatList style={{ width: '100%' }}
|
||||
initialNumToRender={5}
|
||||
initialNumToRender={10}
|
||||
maxToRenderPerBatch={5}
|
||||
ListFooterComponent={filteredItems.length === 0 && <ListSubtitle style={{ fontSize: 22, width: '100%', height: 30, alignSelf: 'center' }} >Add a grocery</ListSubtitle>}
|
||||
data={filteredItems}
|
||||
|
||||
Reference in New Issue
Block a user