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

Fix `MacOS` builds of example app failing #3221

Closed latekvo closed 2 days ago

latekvo commented 2 days ago

Description

Fix Reanimated 3.15.0 throwing the following error when building for MacOS: image

Bumping Reanimated to version 3.16.1 resolves this issue.

Test plan

latekvo commented 2 days ago

After further investigation, this turned out to be a local issue. The main branch is not affected. Closing.