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.
1 parent 2bdf1eb commit 237541cCopy full SHA for 237541c
babel.config.js
@@ -0,0 +1,6 @@
1
+module.exports = function(api) {
2
+ api.cache(true);
3
+ return {
4
+ presets: ['babel-preset-expo'],
5
+ };
6
+};
0 commit comments