UNPKG

265 BJavaScriptView Raw
1module.exports = {
2 presets: ['babel-preset-react-native-stage-0/decorator-support'],
3 plugins: [
4 [
5 'babel-plugin-module-resolver',
6 {
7 alias: {
8 'react-native-vector-icons': '@expo/vector-icons',
9 },
10 },
11 ],
12 ],
13};