Changes made in #2966 were necessary for Gesture Handler to work with React Native 0.75. Unfortunately, they also broke builds on versions below 0.75. This PR fixes those builds.
Fixes #3023
Test plan
I've tested following scenarios:
New React Native 0.74.3 app without these changes - build fails 🔴
New React Native 0.74.3 app with this PR applied - builds properly 🟢
New React Native 0.75.0-rc.6 app with this PR applies - builds properly 🟢
Description
Changes made in #2966 were necessary for Gesture Handler to work with React Native 0.75. Unfortunately, they also broke builds on versions below 0.75. This PR fixes those builds.
Fixes #3023
Test plan
I've tested following scenarios: