Reputation: 109
I have TouchableOpacity rendered inside the row item of Flatlist. I wanted to show a click effect when user click on the item. However, the click effect also triggered when user start scrolling. How can I disable the highlighting effect when user is scrolling?
Upvotes: 6
Views: 1390