When scrolling down and then up a large list of items in a SectionList I receive an error message. I'm wondering if someone else had this problem before, because I wasn't able to find any docs on it.
The problem in my case was that I had elements with the same key. Setting an unique key fixed it.
{items.map(item => { <Item key={item.uniqueId}/> })
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With