UNPKG

react-native-template-material-design

Version:
28 lines (26 loc) 472 B
module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: [ [ 'module-resolver', { root: ['.'], extensions: [ '.ios.ts', '.android.ts', '.ts', '.ios.tsx', '.android.tsx', '.tsx', '.jsx', '.js', '.json', ], alias: { '@': './src', }, }, ], 'react-native-paper/babel', ], };