Open falopez10 opened 5 years ago
Imagine I need to use a flat list inside the content of a certain header. Flatlist works like charm except for when I use keyExtractor:
`_renderContent = section => { return (
);
};`
In this case the accordion ends up rendering empty content for the section.
Imagine I need to use a flat list inside the content of a certain header. Flatlist works like charm except for when I use keyExtractor:
`_renderContent = section => { return (
};`
In this case the accordion ends up rendering empty content for the section.