react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Fix babel config in the root project

Open j-piasecki opened this issue 1 year ago • 0 comments

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

j-piasecki avatar Jan 08 '24 10:01 j-piasecki