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
5.83k stars 952 forks source link

Add `metro-react-native-babel-preset` preset to dev dependencies #2805

Closed m-bert closed 1 month ago

m-bert commented 1 month ago

Description

Currently running yarn lint:js-root results in wall of errors that Cannot find module 'metro-react-native-babel-preset'. This PR adds mentioned library to dev dependencies in order to fix this problem.

Before

Zrzut ekranu 2024-03-13 o 10 10 18

After

Zrzut ekranu 2024-03-13 o 10 11 36

Test plan

Run yarn lint:js-root

m-bert commented 1 month ago

Closing this as #2717 seems to be enough.