I want to change the background color of the only Item I select from the list
currently I am able to change the background color by assigning the color depending on a prop
activeColor = props.name === name ? 'red' : 'grey';
but when I select item from the list it changes the background color and saves it
Here is my attemptSnack Link"run it on Android"