A framework for building native applications using React
Include activeHitPath in payload when it's PointerUp/Down (#54562)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54562 ## 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. Reviewed By: javache Differential Revision: D87092392 fbshipit-source-id: d5dcc13c3cec685fc4677b3cb1173a0584ec5d00
Z
Zeya Peng committed
1d6d8fc058bbfbc529ddfa65a0d7658eeca75332
Parent: 21b93d8
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com>
on 11/24/2025, 10:44:48 PM