Skip to content

Conversation

@zeyap
Copy link
Contributor

@zeyap zeyap commented Nov 17, 2025

Summary:

Changelog:

[Android] [Added] - Include activeHitPath in payload when it's PointerUp/Down

It's only included when using c++ animated, some native event listener will need the hit path information from the platform before it reaches React. Note that the actual bubbling only doesn't happen until in React so there's no way native code can know where bubbling will reach when the event is intercepted on main thread.

Differential Revision: D87092392

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 17, 2025
@meta-codesync
Copy link

meta-codesync bot commented Nov 17, 2025

@zeyap has exported this pull request. If you are a Meta employee, you can view the originating Diff in D87092392.

…4562)

Summary:

## Changelog:

[Android] [Added] - Include activeHitPath in payload when it's PointerUp/Down

It's only included when using c++ animated, some native event listener will need the hit path information from the platform before it reaches React. Note that the actual bubbling only doesn't happen until in React so there's no way native code can know where bubbling will reach when the event is intercepted on main thread.

Differential Revision: D87092392
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants