Skip to content

Commit 613fac5

Browse files
committed
fix: Fix example app hermesc path
1 parent 6474f4a commit 613fac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ react {
4848

4949
/* Hermes Commands */
5050
// The hermes compiler command to run. By default it is 'hermesc'
51-
hermesCommand = "$rootDir/../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
51+
hermesCommand = "$rootDir/../../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
5252
//
5353
// The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
5454
// hermesFlags = ["-O", "-output-source-map"]

0 commit comments

Comments
 (0)