react-native-gesture-handler
react-native-gesture-handler copied to clipboard
Fixes Android event dispatcher for old arch
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.