mirror of
https://github.com/status-im/react-native.git
synced 2025-01-31 03:35:22 +00:00
Merge pull request #1573 from fisherwebdev/master
[Docs] Note about transformMatrix
This commit is contained in:
commit
2f78b8ace6
@ -23,6 +23,12 @@ var TransformPropTypes = {
|
|||||||
ReactPropTypes.shape({translateY: ReactPropTypes.number})
|
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),
|
transformMatrix: ReactPropTypes.arrayOf(ReactPropTypes.number),
|
||||||
|
|
||||||
// DEPRECATED
|
// DEPRECATED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user