Quantcast
Viewing all articles
Browse latest Browse all 6405

React Native Change List background color onPress

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"


Viewing all articles
Browse latest Browse all 6405

Trending Articles