You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. A fork and clone of the `react-native-website` repo _(for any contributions)_.
23
23
24
24
### Installation
25
25
26
26
1.`cd react-native-website` to go into the project root.
27
-
1. Run `corepack enable` to enable Corepack.
28
-
29
-
> If the command above fails, run `npm install -g corepack@latest` to install the latest version of [Corepack](https://yarnpkg.com/corepack#installation).
30
-
31
27
1. Run `yarn` to install the website's workspace dependencies.
32
-
> If you want to retain the globally installed `yarn` classic, you can use `corepack yarn` instead.
Copy file name to clipboardExpand all lines: docs/_experimental-api-warning.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
:::importantExperimental 🧪
1
+
:::important[Experimental 🧪]
2
2
3
3
**This API is experimental.** Experimental APIs may contain bugs and are likely to change in a future version of React Native. Don't use them in production.
Copy file name to clipboardExpand all lines: docs/_getting-started-linux-android.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ While you can use any editor of your choice to develop your app, you will need t
6
6
7
7
<h3>Node</h3>
8
8
9
-
Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 20.19.4 or newer.
9
+
Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 22.11.0 or newer.
10
10
11
11
<h3>Java Development Kit</h3>
12
12
@@ -47,7 +47,7 @@ Select the "SDK Platforms" tab from within the SDK Manager, then check the box n
47
47
-`Android SDK Platform 35`
48
48
-`Intel x86 Atom_64 System Image` or `Google APIs Intel x86 Atom System Image`
49
49
50
-
Next, select the "SDK Tools" tab and check the box next to "Show Package Details" here as well. Look for and expand the "Android SDK Build-Tools" entry, then make sure that `35.0.0`is selected.
50
+
Next, select the "SDK Tools" tab and check the box next to "Show Package Details" here as well. Look for and expand the "Android SDK Build-Tools" entry, then make sure that `36.0.0`and `Android SDK Command-line Tools (latest)` are selected.
51
51
52
52
Finally, click "Apply" to download and install the Android SDK and related build tools.
Copy file name to clipboardExpand all lines: docs/_getting-started-macos-android.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ brew install node
13
13
brew install watchman
14
14
```
15
15
16
-
If you have already installed Node on your system, make sure it is Node 20.19.4 or newer.
16
+
If you have already installed Node on your system, make sure it is Node 22.11.0 or newer.
17
17
18
18
[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.
19
19
@@ -88,7 +88,7 @@ Select the "SDK Platforms" tab from within the SDK Manager, then check the box n
88
88
-`Android SDK Platform 35`
89
89
-`Intel x86 Atom_64 System Image` or `Google APIs Intel x86 Atom System Image` or (for Apple M1 Silicon) `Google APIs ARM 64 v8a System Image`
90
90
91
-
Next, select the "SDK Tools" tab and check the box next to "Show Package Details" here as well. Look for and expand the "Android SDK Build-Tools" entry, then make sure that `35.0.0`is selected.
91
+
Next, select the "SDK Tools" tab and check the box next to "Show Package Details" here as well. Look for and expand the "Android SDK Build-Tools" entry, then make sure that `36.0.0`and `Android SDK Command-line Tools (latest)` are selected.
92
92
93
93
Finally, click "Apply" to download and install the Android SDK and related build tools.
0 commit comments