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 = {};