We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b124213 commit 103cfebCopy full SHA for 103cfeb
1 file changed
packages/react-native/ReactAndroid/src/main/res/views/uimanager/values/ids.xml
@@ -66,8 +66,9 @@
66
<!-- tag is used to invalidate transform style in view manager -->
67
<item type="id" name="invalidate_transform"/>
68
69
- <!-- tag stores Boolean.TRUE while a 2D-affine skew Matrix is active on the View via
70
- setAnimationMatrix, so non-skew updates can clear it only on the transition out -->
+ <!-- tag stores the active 2D-affine skew Matrix applied to the View via setAnimationMatrix,
+ so non-skew updates can clear it only on the transition out and TouchTargetHelper can
71
+ reuse it for hit testing -->
72
<item type="id" name="skew_animation_matrix"/>
73
74
<!-- tag is used to store if we should render the view to a hardware texture -->
0 commit comments