React Native isPressed changes style for all the elements in the loop. How to change only one elements style?
The below code changes style to itemStyles.listItemPressed to all the elements in the Item loop. I need to have only one element change the style on pressing the container. Down below i have my second way of tryng to do…