Nested lists – How to modify (delete, add, update) items from a nested list using item's buttons and useState? – React native
My first idea was to try to delete items from a nested list. I've started using SectionList and a component that has an useState that manages the data changes of the SectionList. I'm trying to solve it using SectionList but…