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 50b9307 commit e191802Copy full SHA for e191802
babel.config.js
@@ -1,4 +1,5 @@
1
module.exports = function (api) {
2
+ api.cache(false);
3
return {
4
presets: ['module:metro-react-native-babel-preset'],
5
};
0 commit comments