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

Make Gesture Handler more futureproof #3225

Closed tomekzaw closed 2 days ago

tomekzaw commented 2 days ago

Description

This PR fixes Type com.swmansion.common.GestureHandlerStateManager is defined multiple times error when building app on Android.

Test plan