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

Remove lodash #2916

Closed m-bert closed 6 months ago

m-bert commented 6 months ago

Description

Since lodash is used only in one place in our codebase, we can simply replace it with our own implementation on deepEqual.

Closes #2613

Test plan

Run example apps.