Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Opacity in TouchableOpacity properly react to state change (#32956)
Summary: This PR fixes the opacity bug where it fails to properly react to state change. This PR resolves the issue detailed in #32476 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [General] [Fixed] - Fixed opacity value in TouchableOpacity Pull Request resolved: #32956 Test Plan: The code I added in componentDidUpdate does solve the issue and passes all the test cases Reviewed By: ryancat Differential Revision: D33766718 Pulled By: cortinico fbshipit-source-id: 951bedf22619fc12e66156d0a6074cd8adf1d3eb
- Loading branch information