Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Transform flip example on new renderer (facebook#39259)
Summary: Pull Request resolved: facebook#39259 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 fbshipit-source-id: 56dea38da94ae32a88bbce3f29c3cce9ddbbf010
- Loading branch information