I want to disable highlighting of TouchableOpacity when scrolling inside of FlatList or ScrollView. onPress did not trigger when scrolling, it is just the highlighting effect that got triggered.
I've tried delayPressIn but it only delay the onPress time not the highlighting effect.
That's a bit late but setting delayPressIn={ 50 }
to your touchableOpacity
component should fix your issue.
Ref: https://stackoverflow.com/a/37642488/9360334
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With