mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
[ReactNative] Allow decomposedMatrix style property to go to native view
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user