Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ReactNativeIntegration.md #2

Merged
merged 1 commit into from
Jul 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/ReactNativeIntegration.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Ensure the following variables are present and set correctly in your environment

* `ANDROID_NDK` - the root of your Android NDK install. E.g. "/opt/android_ndk/r15c".
* `ANDROID_SDK`, `ANDROID_HOME`, and `ANDROID_SDK_ROOT` - the root of your Android SDK install. E.g. "/opt/android_sdk".
* `JAVA_HOME` - the root of your Java Runtime Envrionment (JRE) install. Note a JRE instance is typically available in a sub-directory of a JDK install. E.g. "/opt/jdk-1.8/jre".
* `JAVA_HOME` - the root of your Java Runtime Environment (JRE) install. Note a JRE instance is typically available in a sub-directory of a JDK install. E.g. "/opt/jdk-1.8/jre".
* `HERMES_WS_DIR` - the same workspace used to make a build Hermes CLI tools.

Make sure the `node`, `yarn`, and `gradle` binaries are available in your system PATH.
Expand Down