Reputation: 443
I want the button to look more darker when pressed.
I thought I could assign more than 1 to activeOpacity. but it's not working.
Do you have any other way to do like this?
Thanks!
Upvotes: 0
Views: 731
Reputation: 2143
There is the TouchableHighlight that darkens when touched, the opposite of TouchableOpacity. Take a look here.
TouchableHighlight
TouchableOpacity
Upvotes: 1