From 203aa4824d260252de33ce43993f5e74136279fe Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Mon, 20 Feb 2023 14:54:44 +0500 Subject: [PATCH] mobile: do not use process.env --- apps/mobile/native/react-native.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/native/react-native.config.js b/apps/mobile/native/react-native.config.js index 1cbadaaa6..174bc9013 100644 --- a/apps/mobile/native/react-native.config.js +++ b/apps/mobile/native/react-native.config.js @@ -1,5 +1,5 @@ -const isGithubRelease = process.env.GITHUB_RELEASE; +const isGithubRelease = false; const config = { commands: require('@callstack/repack/commands'), project: {