From 1fc5e3d1e31140227bf2def06c69c7ea71adc9a6 Mon Sep 17 00:00:00 2001 From: fisherwebdev Date: Tue, 9 Jun 2015 14:05:17 -0700 Subject: [PATCH] [Docs] Note about transformMatrix --- Libraries/StyleSheet/TransformPropTypes.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Libraries/StyleSheet/TransformPropTypes.js b/Libraries/StyleSheet/TransformPropTypes.js index c9f403f75..01a16fd6a 100644 --- a/Libraries/StyleSheet/TransformPropTypes.js +++ b/Libraries/StyleSheet/TransformPropTypes.js @@ -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