map over ListItem, checkbox only to change for one row (React Native)
I’m using nativebase checkbox and I’m mapping over the ListItem, the issue is that when a user selects one row it changes the status of ALL the rows. How do I get it to only change one row and not all …