diff --git a/Libraries/StyleSheet/TransformPropTypes.js b/Libraries/StyleSheet/TransformPropTypes.js index 3382bf206..c5ea9cea3 100644 --- a/Libraries/StyleSheet/TransformPropTypes.js +++ b/Libraries/StyleSheet/TransformPropTypes.js @@ -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