RN's documentation describes:
TouchableWithoutFeedback
Do not use unless you have a very good reason. All elements that respond to press should have a visual feedback when touched.
As such icons which use onPress should have an opacity effect coming from TouchableOpacity. TouchableHighlight is not ideal for this because
hitSlop isn't functioning and it's not ideal to want the touch hitbox to be as small as the icon itselfIdeal solution: provide an icon with a functioning hitSlop and an opacity effect around only the icon rather than a highlight effect around the whole padded area
Hi guys, any update on this,
I am willing to help here
Most helpful comment
Ideal solution: provide an icon with a functioning hitSlop and an opacity effect around only the icon rather than a highlight effect around the whole padded area