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