[Docs] Note about transformMatrix

This commit is contained in:
fisherwebdev 2015-06-09 14:05:17 -07:00
parent 0fcc7bacb8
commit 1fc5e3d1e3
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ 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