Closed
Description
I have a list view that uses TouchableHighlight
for each item. I'd like to be able to customize the styles of the underlay that is active when I touch an item. Right now the only thing possible is underlayColor
. What are the chances we could something like an :active
pseudo-class?
In fact, how do you do pseudo-classes when you do CSS in JS anyway?