Closed
Description
When I use the TouchableOpacity
I met a problem
If the element has opacity style, like {opacity: 0.5}, which is the child element of the TouchableOpacity, When I click this element and then this element's opacity goes wrong, maybe it turns to {opacity: 1}. I think normally it should go back to 0.5.
Thanks