Files
react-native/packages/react-native
Pieter De Baets bdc2c198e0 Fix useNativeTransformHelper behaviour when frame size is 0 (#53978)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/53978

Inconsistency between the previous and old version of `processTransform` - if frameSize is 0, the transform was being ignored, which is not correct when considering a fixed transform origin and a rotation animation for example. Instead, always apply the transform origin if it's set.

Changelog: [Android][Fixed] Fixed representation of transforms when view is originally zero-sized

Reviewed By: mdvacca

Differential Revision: D83469083

fbshipit-source-id: e9ae1500f64c700708edb00b2d5871e3f224fb07
2025-10-20 15:06:57 +01:00
..
2025-10-07 22:17:26 +00:00
2025-10-07 22:17:26 +00:00
2025-10-07 22:17:26 +00:00
2025-09-22 14:34:29 +01:00
2025-06-02 09:39:26 -07:00
2025-08-13 20:53:12 -07:00
2025-10-07 22:17:26 +00:00

Where is the template?

The React Native Template has moved from being shipping inside the react-native package to it's own package: @react-native-community/template.

Why has it moved?

The React Native Frameworks RFC0759 provides background information.

When was it moved?

The 0.75 release.