software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

fix: Android event dispatcher change for 0.76.0-rc.6 #3166

Closed mysport12 closed 1 month ago

mysport12 commented 1 month ago

https://github.com/facebook/react-native/pull/47090/files

Description

Fixes a build failure on RN 0.76.0-rc.6 as a result of a change in the way the event dispatcher is accessed.

See change here: https://github.com/facebook/react-native/pull/47090/files

Note: This change breaks RN 0.76.0-rc.5 and below

Test plan

renchap commented 4 weeks ago

You only updated the fabric files with the change, but forgot to update the non-fabric code. I opened a PR with this change: #3176