What does TouchableHighlight do and when do you use it? Technology Community › Category: React Native › What does TouchableHighlight do and when do you use it? 0 Vote Up Vote Down VietMX Staff asked 4 years ago TouchableHighlight darkens or lightens the background of the element when pressed. It is mostly used on iOS for touchable elements or buttons that have a solid shape or background, and on ListView items.