react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Remove circular dependencies on web

Open m-bert opened this issue 5 months ago • 0 comments

Description

While working on problems with scroll we discovered that Gesture Handler has many circular dependencies. This PR removes them from web implementation (the only one that's left is related to hammer). It also adds madge - tool to find circular dependencies in our project.

Test plan

Run yarn madge --extensions js,ts,tsx --circular src | grep web from root.

m-bert avatar Feb 26 '24 09:02 m-bert