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
## 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.
---------
Co-authored-by: Jakub Piasecki <[email protected]>
Description
As far as I can tell lodash is used once anywhere in the repo and could either be replaced with lodash.isEqual or native JS.
Steps to reproduce
N/A
Snack or a link to a repository
https://github.com/software-mansion/react-native-gesture-handler/blob/a9272cf2471bd869a3c81e13fa114ecfea3cc835/src/handlers/createHandler.tsx#L391C13-L391C14
Gesture Handler version
2.13.1
React Native version
N/A
Platforms
Web
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: