Skip to content

Commit

Permalink
Update TransformPropTypes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux committed Sep 16, 2015
1 parent e2841c0 commit fa042ed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Libraries/StyleSheet/TransformPropTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ var TransformPropTypes = {
ReactPropTypes.shape({translateY: ReactPropTypes.number})
])
),

/*
* `transformMatrix` accepts a 4x4 matrix expressed as a row-major ordered
* array. This property is DEPRECATED and cannot be used simultaneously with
* the `transform` property.
*/
transformMatrix: ReactPropTypes.arrayOf(ReactPropTypes.number),

// DEPRECATED
Expand Down

0 comments on commit fa042ed

Please sign in to comment.