You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove multiple instances check when building (#2569)
## Description
Removes the code responsible for checking whether more than one instance
of Gesture Handler is installed. While the idea is good, there are some
problems with the approach - mainly symlinks. We should consider doing
the same thing as Reanimared - comparing the version of native code
against JS.
## Test plan
Check example apps
raise"[Gesture Handler] Multiple versions of Gesture Handler were detected. Only one instance of react-native-gesture-handler can be installed in a project. You need to resolve the conflict manually. Check out the documentation: https://docs.swmansion.com/react-native-gesture-handler/docs/troubleshooting#multiple-versions-of-reanimated-were-detected \n\nConflict between: \n" + parsedLocation
0 commit comments