[Docs] Note about transformMatrix
This commit is contained in:
parent
0fcc7bacb8
commit
1fc5e3d1e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue