diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index e04fde4a..00000000 --- a/babel.config.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = function(api) { - api.cache(true); - return { - presets: ['babel-preset-expo'], - env: { production: { plugins: ['react-native-paper/babel'] } }, - plugins: ['react-native-reanimated/plugin'] - - }; -};