mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 09:17:55 +08:00
Update TransformPropTypes.js
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user