NeoScan_Physician/babel.config.js
2025-07-21 18:47:22 +05:30

5 lines
119 B
JavaScript

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