react-native-gesture-handler
react-native-gesture-handler copied to clipboard
Fix babel config in the root project
Description
With the upgrade to 0.73, metro-react-native-babel-preset
got replaced by @react-native/babel-preset
, but I forgot to change it in the root babel.config.js
, which resulted in errors about a missing module being shown when running lint. This PR fixes that.
Test plan
Run yarn lint:js-root