From b9181722bac743789f1723af7875140be856cc22 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Fri, 19 Jun 2026 15:56:32 +0500 Subject: [PATCH] mobile: fix missing command error --- apps/mobile/react-native.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/react-native.config.js b/apps/mobile/react-native.config.js index dd7538c12..ef1ec54f0 100644 --- a/apps/mobile/react-native.config.js +++ b/apps/mobile/react-native.config.js @@ -18,7 +18,7 @@ along with this program. If not, see . */ const isGithubRelease = false; const config = { - // commands: require("@callstack/repack/commands/rspack") + commands: require("@callstack/repack/commands/rspack") }; if (!config.dependencies) config.dependencies = {};