From ebc613fee1ec59642b87a075da4d0a97b3aa1ad7 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 30 Aug 2024 13:41:08 +0200 Subject: Use Expo router env --- babel.config.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index 8bcefc5..9ecdc7a 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,15 +2,6 @@ module.exports = function (api) { api.cache(true); return { presets: ['babel-preset-expo'], - plugins: [ - ["module:react-native-dotenv", { - "envName": "APP_ENV", - "moduleName": "@env", - "path": ".env", - "safe": false, - "allowUndefined": true, - "verbose": false - }] - ] + plugins: [] }; }; -- cgit v1.2.3-18-g5258