TouchableOpacity does not respond immediately to changes in opacity property #17723
Labels
Ran Commands
One of our bots successfully processed a command.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment:
OS: windows 7
Node: 6.11.0
npm: 3.10.10
Packages:
react-native: 0.51.0
react: 16.0.0
Steps to Reproduce
Just modify the opacity of the TouchableOpacity style property:
Click the button, and there is no change in vision, but the opacity really turns into 0.6
console.log(opacity); //0.6
. After I clicked the TouchableOpacity, it worked fine.If I replace TouchableOpacity with TouchableHighlight, everything works well.
The text was updated successfully, but these errors were encountered: