From 48116267e18e4259a85bb0a61a41feb13fe5b3e3 Mon Sep 17 00:00:00 2001 From: Sadman Sakib Rabbani <61560265+ssrabbanii@users.noreply.github.com> Date: Sun, 19 Nov 2023 12:20:09 +0800 Subject: [PATCH] Delete babel.config.js --- babel.config.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 babel.config.js 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'] - - }; -};