Skip to content

Commit c664069

Browse files
committed
fix: add custom hermesc location for android
1 parent bd1452c commit c664069

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

android/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ apply plugin: 'org.jetbrains.kotlin.plugin.compose'
4747
//
4848
// The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
4949
// hermesFlags = ["-O", "-output-source-map"]
50+
51+
hermesCommand = "../node_modules/react-native/node_modules/hermes-compiler/hermesc"
52+
5053
/* Autolinking */
5154
autolinkLibrariesWithApp()
5255
}

0 commit comments

Comments
 (0)