We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e186260 + 7d3a7dc commit 6a431acCopy full SHA for 6a431ac
template/babel.config.js
@@ -1,17 +1,19 @@
1
const presets = ['module:metro-react-native-babel-preset']
2
const plugins = []
3
4
-plugins.push([
5
- 'module-resolver',
6
- {
7
- root: ['./src'],
8
- extensions: ['.js', '.json'],
9
- alias: {
10
- '@': './src',
+plugins.push(
+ [
+ 'module-resolver',
+ {
+ root: ['./src'],
+ extensions: ['.js', '.json'],
+ alias: {
11
+ '@': './src',
12
+ },
13
},
- },
14
+ ],
15
'react-native-reanimated/plugin',
-])
16
+)
17
18
module.exports = {
19
presets,
0 commit comments