Skip to content

Commit

Permalink
Merge pull request #884 from facebook/main
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
sunnylqm authored Sep 27, 2024
2 parents 7173ceb + 888a1f5 commit 566bbc8
Show file tree
Hide file tree
Showing 277 changed files with 43,204 additions and 2,396 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ If you are looking for the source code of the [React Native Archive website](htt

### Running locally

1. `cd website` to go into the website portion of the project.
1. `yarn start` to start the development server _(powered by [Docusaurus](https://v2.docusaurus.io))_.
1. Run `yarn start` to start the development server _(powered by [Docusaurus](https://v2.docusaurus.io))_.
1. Open http://localhost:3000/ site in your favorite browser.

## 📖 Overview
Expand Down
2 changes: 1 addition & 1 deletion docs/_getting-started-linux-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ While you can use any editor of your choice to develop your app, you will need t

<h3>Node</h3>

Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 18 or newer.
Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 18.18 or newer.

<h3>Java Development Kit</h3>

Expand Down
17 changes: 14 additions & 3 deletions docs/_getting-started-macos-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ brew install node
brew install watchman
```

If you have already installed Node on your system, make sure it is Node 18 or newer.
If you have already installed Node on your system, make sure it is Node 18.18 or newer.

[Watchman](https://facebook.github.io/watchman) is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance.

Expand All @@ -24,11 +24,22 @@ We recommend installing the OpenJDK distribution called Azul **Zulu** using [Hom
```shell
brew install --cask zulu@17

# Get path to where cask was installed to double-click installer
# Get path to where cask was installed to find the JDK installer
brew info --cask zulu@17

# ==> zulu@17: <version number>
# https://www.azul.com/downloads/
# Installed
# /opt/homebrew/Caskroom/zulu@17/<version number> (185.8MB) (note that the path is /usr/local/Caskroom on non-Apple Silicon Macs)
# Installed using the formulae.brew.sh API on 2024-06-06 at 10:00:00

# Navigate to the folder
finder /opt/homebrew/Caskroom/zulu@17/<version number> # or /usr/local/Caskroom/zulu@17/<version number>
```

After the JDK installation, add or update your `JAVA_HOME` environment variable in `~/.zshrc` (or in `~/.bash_profile`) .
After opening Finder, double click the `Double-Click to Install Azul Zulu JDK 17.pkg` package to install the JDK.

After the JDK installation, add or update your `JAVA_HOME` environment variable in `~/.zshrc` (or in `~/.bash_profile`).

If you used above steps, JDK will likely be located at `/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home`:

Expand Down
2 changes: 1 addition & 1 deletion docs/_getting-started-macos-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ brew install node
brew install watchman
```

If you have already installed Node on your system, make sure it is Node 18 or newer.
If you have already installed Node on your system, make sure it is Node 18.18 or newer.

[Watchman](https://facebook.github.io/watchman) is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance.

Expand Down
Loading

0 comments on commit 566bbc8

Please sign in to comment.