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

Fixes Android event dispatcher for old arch #3176

Closed renchap closed 4 weeks ago

renchap commented 4 weeks ago

Description

This is similar to #3166, but for the old arch

Test plan

Before this change, our app failed to build with RN 0.76.0-rc.6 without the new arch enabled. With this change, it builds and runs correctly.

haswalt commented 4 weeks ago

I know this is only a recent change but can there be a release cut with this in? 0.76 is currently broken.

m-bert commented 3 weeks ago

Hi @haswalt, we released it in 2.20.2 yesterday 😅

haswalt commented 3 weeks ago

lol missed it by 2 hours. Good work