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
5.85k stars 954 forks source link

Disable flipper on CI #2843

Closed m-bert closed 1 month ago

m-bert commented 1 month ago

Description

Currently our iOS build fails on Flipper build. This PR adds NO_FLIPPER flag since it is no longer required.

Test plan

Check that CI passes.