Skip to content

Commit 5aff9bc

Browse files
committed
fix: Added missing babel presets
1 parent bd1b6d5 commit 5aff9bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

babel.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ module.exports = function() {
66
],
77
presets: [
88
'babel-preset-expo',
9+
'@babel/react',
10+
'@babel/typescript',
911
]
1012
};
1113
};

0 commit comments

Comments
 (0)