We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b4961 commit 4efbe50Copy full SHA for 4efbe50
sample/android/app/build.gradle
@@ -47,7 +47,7 @@ react {
47
/* Hermes Commands */
48
// The hermes compiler command to run. By default it is 'hermesc'
49
// 2024.07.11 NOTE: update path to hoisted node_modules
50
- hermesCommand = "../../../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
+ hermesCommand = "../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
51
//
52
// The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
53
// hermesFlags = ["-O", "-output-source-map"]
0 commit comments