Skip to content

Commit d8872b6

Browse files
authored
Update build.gradle with a note on shell requirement
As per #246 (comment)
1 parent c72970f commit d8872b6

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
@@ -5,7 +5,7 @@ import org.gradle.internal.os.OperatingSystem
55
if (!System.getenv("REACT_NATIVE_OVERRIDE_HERMES_DIR")) {
66
throw new GradleException([
77
"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:",
8+
"Run the following in your Bash- or Zsh-compatible terminal, to clone Hermes and instruct React Native to use it:",
99
"",
1010
"export REACT_NATIVE_OVERRIDE_HERMES_DIR=\$(npx react-native-node-api vendor-hermes --silent --force)",
1111
"",

0 commit comments

Comments
 (0)