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

Add support for React Native 0.76 #3109

Closed j-piasecki closed 2 months ago

j-piasecki commented 2 months ago

Description

Updates the Fabric Example app to React Native 0.76 Adapts library to compile with React Native 0.76

(There are some changes in yarn.lock due to me recreating the app from scratch, I was getting random babel errors, so there must have been some missed upgrade steps in the past and this seemed quicker than trying to finding the issue)

Test plan

Test the Fabric Example app