Skip to content

Commit 172910d

Browse files
authored
Update build.gradle to use $() instead of backticks
1 parent 90a1471 commit 172910d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ task checkHermesOverride {
142142
"React Native Node-API needs a custom version of Hermes with Node-API enabled.",
143143
"Run the following in your terminal, to clone Hermes and instruct React Native to use it:",
144144
"",
145-
"export REACT_NATIVE_OVERRIDE_HERMES_DIR=`npx react-native-node-api vendor-hermes --silent --force`",
145+
"export REACT_NATIVE_OVERRIDE_HERMES_DIR=$(npx react-native-node-api vendor-hermes --silent --force)",
146146
"",
147147
"And follow this guide to build React Native from source:",
148148
"https://reactnative.dev/contributing/how-to-build-from-source#update-your-project-to-build-from-source"

0 commit comments

Comments
 (0)