React Native | Changing style of an element in a flatlist using useRef
when I click on an element in the flatlist, I just want to change its style. but whichever button I click, only the style of the last element changes. codes below. what do i need to do to fix it?…