[ReactNative] Allow decomposedMatrix style property to go to native view
This commit is contained in:
parent
45c1dc1c65
commit
474ac651d5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue