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.14k stars 982 forks source link

Don't register `checkIntegrityBetweenArchitectures` task when installed as a dependency #2953

Closed j-piasecki closed 5 months ago

j-piasecki commented 5 months ago

Description

Fixes https://github.com/software-mansion/react-native-gesture-handler/issues/2952

It seems like Gradle is doing some funny things and a task that isn't executed anywhere is causing builds to fail. Instead of checking the environment when the task is run, don't register it at all when installed as a dependency.

Also updates a workflow file, so that both actions can pass at the same time 😃.