From 7cfd77debd36f867f5ddfdb9cc44fbe6137aaeba Mon Sep 17 00:00:00 2001 From: Zachinquarantine Date: Tue, 28 Jun 2022 04:17:58 -0700 Subject: [PATCH] Remove deprecated style attributes (#34050) Summary: Remove deprecated "Transform" style attributes. These attributes were first deprecated in commit [ed76d4d8dbbf012c3f051e04354f76bd6ca98d1b](https://github.com/facebook/react-native/commit/ed76d4d8dbbf012c3f051e04354f76bd6ca98d1b) ## Changelog [General] [Removed] - Remove previously deprecated Transform style-attribute props Pull Request resolved: https://github.com/facebook/react-native/pull/34050 Test Plan: ~~TBD~~ CI checks are sucessful. Reviewed By: cortinico Differential Revision: D37483285 Pulled By: cipolleschi fbshipit-source-id: d1b9522f9194432a8ec6a4391715e23ac83199bf --- Libraries/Components/View/ReactNativeStyleAttributes.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Libraries/Components/View/ReactNativeStyleAttributes.js b/Libraries/Components/View/ReactNativeStyleAttributes.js index 9525991e831b53..7736e5026db90c 100644 --- a/Libraries/Components/View/ReactNativeStyleAttributes.js +++ b/Libraries/Components/View/ReactNativeStyleAttributes.js @@ -85,14 +85,7 @@ const ReactNativeStyleAttributes: {[string]: AnyAttributeType, ...} = { /** * Transform */ - decomposedMatrix: true, // @deprecated - rotation: true, // @deprecated - scaleX: true, // @deprecated - scaleY: true, // @deprecated transform: {process: processTransform}, - transformMatrix: true, // @deprecated - translateX: true, // @deprecated - translateY: true, // @deprecated /** * View