Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix babel config in the root project (#2717)
## 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`
- Loading branch information