Files
react-native-svg/apps/paper-example/babel.config.js
Jakub Grzywacz 0c4f58d9f5 refactor: rename example to paper-example (#2509)
# Summary

Rename example app to match the pattern.
2024-10-25 17:15:00 +02:00

5 lines
149 B
JavaScript

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