Fix Transform flip example on new renderer#39259
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D48905010 |
Base commit: edff5e9 |
|
This pull request was exported from Phabricator. Differential Revision: D48905010 |
cd8b0c8 to
2b81cb6
Compare
2b81cb6 to
13ca6c6
Compare
|
This pull request was exported from Phabricator. Differential Revision: D48905010 |
13ca6c6 to
b8eb9a8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D48905010 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D48905010 |
b8eb9a8 to
6a5e824
Compare
|
This pull request was exported from Phabricator. Differential Revision: D48905010 |
6a5e824 to
0674f85
Compare
|
This pull request was exported from Phabricator. Differential Revision: D48905010 |
0674f85 to
3ec799d
Compare
3ec799d to
cc86d15
Compare
|
This pull request was exported from Phabricator. Differential Revision: D48905010 |
cc86d15 to
7ce6e9a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D48905010 |
7ce6e9a to
eebe5be
Compare
|
This pull request was exported from Phabricator. Differential Revision: D48905010 |
Summary: This matches the [behaviour we had in the old renderer](https://github.com/facebook/react-native/blob/main/packages/react-native/React/Views/UIView%2BReact.m#L145) where zIndex is mapped to the CALayer's zPosition. This is required to prevent clipping of views in rotation transforms as currently used in the TransformExample. Changelog: [iOS][Fixed] Rotation transforms are no longer clipped when zIndex is applied Reviewed By: christophpurrer Differential Revision: D48905010
eebe5be to
f46dd88
Compare
|
This pull request was exported from Phabricator. Differential Revision: D48905010 |
Generated by 🚫 dangerJS against eebe5beeaf1ea6a36d4794e2d8afa9630c2d67a6 |
|
This pull request has been merged in 850349b. |
Summary:
This matches the behaviour we had in the old renderer where zIndex is mapped to the CALayer's zPosition. This is required to prevent clipping of views in rotation transforms as currently used in the TransformExample.
Changelog: [iOS][Fixed] Rotation transforms are no longer clipped when zIndex is applied
Differential Revision: D48905010