Skip to content

Commit 103cfeb

Browse files
committed
Correct the skew_animation_matrix tag comment to reflect the stored Matrix
1 parent b124213 commit 103cfeb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • packages/react-native/ReactAndroid/src/main/res/views/uimanager/values

packages/react-native/ReactAndroid/src/main/res/views/uimanager/values/ids.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@
6666
<!-- tag is used to invalidate transform style in view manager -->
6767
<item type="id" name="invalidate_transform"/>
6868

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 -->
69+
<!-- tag stores the active 2D-affine skew Matrix applied to the View via setAnimationMatrix,
70+
so non-skew updates can clear it only on the transition out and TouchTargetHelper can
71+
reuse it for hit testing -->
7172
<item type="id" name="skew_animation_matrix"/>
7273

7374
<!-- tag is used to store if we should render the view to a hardware texture -->

0 commit comments

Comments
 (0)