Files
react-native-svg/babel.config.js
Jakub Grzywacz 279a7916da chore: change babel preset to @react-native/babel-preset (#2482)
# Summary

Change babel preset from `metro-react-native-babel-preset` to
`@react-native/babel-preset` to properly parse flow files.
2024-10-14 09:50:57 +02:00

5 lines
123 B
JavaScript

module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: ['@react-native/babel-plugin-codegen'],
};