Files
react-native-svg/example/babel.config.js
Jakub Grzywacz a1be06cbfd chore: upgrade react native in example apps (#2506)
# Summary

Update all examples to `react-native@0.76.0`
2024-10-25 14:32:57 +02:00

5 lines
149 B
JavaScript

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