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

Remove hardcoded version of `cocoapods` #2772

Closed m-bert closed 2 months ago

m-bert commented 2 months ago

Description

In #2765 I've updated cocoapods on CI in order to fix iOS build action. The problem with this approach was that I had to hardcode cocoapods version to 1.15.2. This PR changes workflow to use bundle install && bundle exec instead.

Test plan

See that CI passes.