Skip to content

Commit 566bbc8

Browse files
authored
Merge pull request #884 from facebook/main
sync
2 parents 7173ceb + 888a1f5 commit 566bbc8

File tree

277 files changed

+43204
-2396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+43204
-2396
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ If you are looking for the source code of the [React Native Archive website](htt
3838

3939
### Running locally
4040

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

4544
## 📖 Overview

docs/_getting-started-linux-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ While you can use any editor of your choice to develop your app, you will need t
66

77
<h3>Node</h3>
88

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

1111
<h3>Java Development Kit</h3>
1212

docs/_getting-started-macos-android.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ brew install node
1313
brew install watchman
1414
```
1515

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

1818
[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.
1919

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

27-
# Get path to where cask was installed to double-click installer
27+
# Get path to where cask was installed to find the JDK installer
2828
brew info --cask zulu@17
29+
30+
# ==> zulu@17: <version number>
31+
# https://www.azul.com/downloads/
32+
# Installed
33+
# /opt/homebrew/Caskroom/zulu@17/<version number> (185.8MB) (note that the path is /usr/local/Caskroom on non-Apple Silicon Macs)
34+
# Installed using the formulae.brew.sh API on 2024-06-06 at 10:00:00
35+
36+
# Navigate to the folder
37+
finder /opt/homebrew/Caskroom/zulu@17/<version number> # or /usr/local/Caskroom/zulu@17/<version number>
2938
```
3039

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

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

docs/_getting-started-macos-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ brew install node
1313
brew install watchman
1414
```
1515

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

1818
[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.
1919

0 commit comments

Comments
 (0)