From ae63532503eb0b5c7a60d18ef17504c0632d508d Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 29 Aug 2024 18:27:23 +0200 Subject: Login page --- babel.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index 9d89e13..8bcefc5 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,5 +2,15 @@ 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 + }] + ] }; }; -- cgit v1.2.3-18-g5258