We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1b6d5 commit 5aff9bcCopy full SHA for 5aff9bc
1 file changed
babel.config.js
@@ -6,6 +6,8 @@ module.exports = function() {
6
],
7
presets: [
8
'babel-preset-expo',
9
+ '@babel/react',
10
+ '@babel/typescript',
11
]
12
};
13
0 commit comments