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 c72970f commit d8872b6Copy full SHA for d8872b6
packages/host/android/build.gradle
@@ -5,7 +5,7 @@ import org.gradle.internal.os.OperatingSystem
5
if (!System.getenv("REACT_NATIVE_OVERRIDE_HERMES_DIR")) {
6
throw new GradleException([
7
"React Native Node-API needs a custom version of Hermes with Node-API enabled.",
8
- "Run the following in your terminal, to clone Hermes and instruct React Native to use it:",
+ "Run the following in your Bash- or Zsh-compatible terminal, to clone Hermes and instruct React Native to use it:",
9
"",
10
"export REACT_NATIVE_OVERRIDE_HERMES_DIR=\$(npx react-native-node-api vendor-hermes --silent --force)",
11
0 commit comments