Skip to content

Commit 1a75c52

Browse files
authored
Update the required Node.js version to 20.19.4 for React Native v0.81 and later (#4769)
1 parent c95140e commit 1a75c52

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.18 or newer.
9+
Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 20.19.4 or newer.
1010

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

docs/_getting-started-macos-android.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.18 or newer.
16+
If you have already installed Node on your system, make sure it is Node 20.19.4 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

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.18 or newer.
16+
If you have already installed Node on your system, make sure it is Node 20.19.4 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

website/versioned_docs/version-0.81/_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.18 or newer.
9+
Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 20.19.4 or newer.
1010

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

website/versioned_docs/version-0.81/_getting-started-macos-android.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.18 or newer.
16+
If you have already installed Node on your system, make sure it is Node 20.19.4 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

website/versioned_docs/version-0.81/_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.18 or newer.
16+
If you have already installed Node on your system, make sure it is Node 20.19.4 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)