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 90a1471 commit 172910dCopy full SHA for 172910d
packages/host/android/build.gradle
@@ -142,7 +142,7 @@ task checkHermesOverride {
142
"React Native Node-API needs a custom version of Hermes with Node-API enabled.",
143
"Run the following in your terminal, to clone Hermes and instruct React Native to use it:",
144
"",
145
- "export REACT_NATIVE_OVERRIDE_HERMES_DIR=`npx react-native-node-api vendor-hermes --silent --force`",
+ "export REACT_NATIVE_OVERRIDE_HERMES_DIR=$(npx react-native-node-api vendor-hermes --silent --force)",
146
147
"And follow this guide to build React Native from source:",
148
"https://reactnative.dev/contributing/how-to-build-from-source#update-your-project-to-build-from-source"
0 commit comments