From 210082be93cd369b868e748c7e89e95fc3ce6bbe Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 11 Nov 2022 15:02:19 -0600 Subject: Add staging env --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index c21f570c3..16f63e6c1 100644 --- a/babel.config.js +++ b/babel.config.js @@ -4,7 +4,7 @@ module.exports = { [ 'module:react-native-dotenv', { - // envName: 'APP_ENV', + envName: 'APP_ENV', moduleName: '@env', path: '.env', blocklist: null, -- cgit 1.4.1