Centralized_Rreporting_System/babel.config.js
2025-09-05 18:09:40 +05:30

16 lines
257 B
JavaScript

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