Skip to content

Commit

Permalink
Fix comments in LayoutShadowNode! (#44367)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #44367

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D56831755
  • Loading branch information
RSNara authored and facebook-github-bot committed May 2, 2024
1 parent 0383669 commit c6ac21e
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -889,19 +889,16 @@ public void setShouldNotifyOnLayout(boolean shouldNotifyOnLayout) {

@ReactProp(name = "onPointerEnter")
public void setShouldNotifyPointerEnter(boolean value) {
// This method exists to inject Native View configs in RN Android VR
// DO NOTHING
// Do Nothing: Align with static ViewConfigs
}

@ReactProp(name = "onPointerLeave")
public void setShouldNotifyPointerLeave(boolean value) {
// This method exists to inject Native View configs in RN Android VR
// DO NOTHING
// Do Nothing: Align with static ViewConfigs
}

@ReactProp(name = "onPointerMove")
public void setShouldNotifyPointerMove(boolean value) {
// This method exists to inject Native View configs in RN Android VR
// DO NOTHING
// Do Nothing: Align with static ViewConfigs
}
}

0 comments on commit c6ac21e

Please sign in to comment.