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 6474f4a commit 613fac5Copy full SHA for 613fac5
example/android/app/build.gradle
@@ -48,7 +48,7 @@ react {
48
49
/* Hermes Commands */
50
// The hermes compiler command to run. By default it is 'hermesc'
51
- hermesCommand = "$rootDir/../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
+ hermesCommand = "$rootDir/../../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
52
//
53
// The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
54
// hermesFlags = ["-O", "-output-source-map"]
0 commit comments