[ReactNative] Allow decomposedMatrix style property to go to native view

This commit is contained in:
Bill Fisher 2015-05-28 09:22:30 -07:00
parent 45c1dc1c65
commit 474ac651d5
1 changed files with 3 additions and 0 deletions

View File

@ -29,4 +29,7 @@ var ReactNativeStyleAttributes = {
ReactNativeStyleAttributes.transformMatrix = { diff: matricesDiffer };
ReactNativeStyleAttributes.shadowOffset = { diff: sizesDiffer };
// Do not rely on this attribute.
ReactNativeStyleAttributes.decomposedMatrix = 'decomposedMatrix';
module.exports = ReactNativeStyleAttributes;