React native: Update value of object in array in state
I have a component which changes the state when checkbox is checked and the data needs to be updated of the object in the array. The component state looks something like this { key:1, todo:"Something", isChecked:false } i have 3…