From 779b5e15bf7d21fc95ee4b1409a063dabf722b29 Mon Sep 17 00:00:00 2001 From: Jakub Piasecki Date: Mon, 3 Aug 2026 11:05:03 +0200 Subject: [PATCH] Fix basic-example hermesc path --- apps/basic-example/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/basic-example/android/app/build.gradle b/apps/basic-example/android/app/build.gradle index 55f355a603..c53e767df3 100644 --- a/apps/basic-example/android/app/build.gradle +++ b/apps/basic-example/android/app/build.gradle @@ -60,7 +60,7 @@ react { /* Hermes Commands */ // The hermes compiler command to run. By default it is 'hermesc' - hermesCommand = "../../../../node_modules/react-native/sdks/hermesc/osx-bin/hermesc" + hermesCommand = "../../node_modules/hermes-compiler/hermesc/%OS-BIN%/hermesc" // // The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map" // hermesFlags = ["-O", "-output-source-map"]