-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix backfaceVisibility after transform changes (#39294)
Summary: Pull Request resolved: #39294 Because we now apply the transform property after all properties have been applied, the [custom logic we have for backfaceVisibility](https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewGroup.java#L1004) no longer applied correctly. Changelog: [Fixed] backfaceVisibility is correctly applied again after the transform changes. Reviewed By: fabriziocucci Differential Revision: D48968421 fbshipit-source-id: f94793f4c14fe0ecf686408ac41d7163c78dbc35
- Loading branch information
1 parent
d468d9d
commit 242c835
Showing
2 changed files
with
23 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters