mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
# Summary Change babel preset from `metro-react-native-babel-preset` to `@react-native/babel-preset` to properly parse flow files.
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
module.exports = {
|
|
presets: ['module:@react-native/babel-preset'],
|
|
plugins: ['@react-native/babel-plugin-codegen'],
|
|
};
|