How to disable highlighting effect of TouchableOpacity when scrolling?
问题 <TouchableOpacity style={{ flex: 1 }} > <ImageBackground source={require('../../images/home.jpg')}> <View style={styles.item} collapsable={false}> <H3>{contentData[i].name}</H3> <Text>{contentData[i].description}</Text> </View> </ImageBackground> </TouchableOpacity> I have a list of TouchableOpacity inside a ScrollView . I want to disable highlighting effect of TouchableOpacity . When scrolling I want to highlight only when onPress event is triggered. Because it may confuse the user that it