Skip to content

Commit

Permalink
Remove deprecated style attributes (#34050)
Browse files Browse the repository at this point in the history
Summary:
Remove deprecated "Transform" style attributes. These attributes were first deprecated in commit [ed76d4d](ed76d4d)

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[General] [Removed] - Remove previously deprecated Transform style-attribute props

Pull Request resolved: #34050

Test Plan:
~~TBD~~
CI checks are sucessful.

Reviewed By: cortinico

Differential Revision: D37483285

Pulled By: cipolleschi

fbshipit-source-id: d1b9522f9194432a8ec6a4391715e23ac83199bf
  • Loading branch information
Zachinquarantine authored and facebook-github-bot committed Jun 28, 2022
1 parent ef0392b commit 7cfd77d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Libraries/Components/View/ReactNativeStyleAttributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cfd77d

Please sign in to comment.