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

Optimize dependency list #3216

Closed latekvo closed 2 days ago

latekvo commented 1 week ago

Description

Test plan

latekvo commented 3 days ago

Do the js tests still pass?

Yes, ts-check passes, lint:js-root passes, lint:js has the same issues that occur on the main branch.

j-piasecki commented 3 days ago

I meant yarn test

latekvo commented 3 days ago

yarn test passes as well

image