How to disable highlighting effect of TouchableOpacity when scrolling?
Simply pass activeOpactity prop with value 1. <TouchableOpacity activeOpacity={1}>….</TouchableOpacity> Make sure you import TouchableOpacity from “react-native” not from “react-native-gesture-handler”.