NeoScan_Physician/babel.config.js
2025-08-20 20:42:33 +05:30

5 lines
119 B
JavaScript

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