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

Update RNGestureHandlerPackage to supported stable API #3228

Open jakex7 opened 4 days ago

jakex7 commented 4 days ago

Summary

Replace the deprecated TurboReactPackage with the newer BaseReactPackage to improve compatibility with future React Native releases. Note that this change requires at least react-native@0.74+.

Similar change has been introduced in the SVG package https://github.com/software-mansion/react-native-svg/pull/2541

Test plan

CI should pass