Skip to content

Commit 4efbe50

Browse files
committed
chore: migrate to new architecture and update dependencies for React Native
1 parent f8b4961 commit 4efbe50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ react {
4747
/* Hermes Commands */
4848
// The hermes compiler command to run. By default it is 'hermesc'
4949
// 2024.07.11 NOTE: update path to hoisted node_modules
50-
hermesCommand = "../../../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
50+
hermesCommand = "../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
5151
//
5252
// The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
5353
// hermesFlags = ["-O", "-output-source-map"]

0 commit comments

Comments
 (0)