Skip to content

Commit 54e783d

Browse files
huntieclaude
andauthored
Add supported Node.js version examples to 0.85 blog post (#5044)
Illustrate the EOL Node.js versions section with bullet points showing which versions are supported and which are not. https://claude.ai/code/session_012yWt7ffvxSWY3L9JsbyFu3 Co-authored-by: Claude <noreply@anthropic.com>
1 parent 43fd4c6 commit 54e783d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

website/blog/2026-04-07-react-native-0.85.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,13 @@ Update your `jest.config.js` with a one-line change:
140140

141141
### Dropped Support for EOL Node.js Versions
142142

143-
React Native 0.85 drops support for end-of-life (EOL) Node.js versions (v21, v23) and releases before 20.19.4. Please ensure you are running a supported version of Node.js before upgrading.
143+
React Native 0.85 drops support for end-of-life (EOL) Node.js versions and releases before v20.19.4. Please ensure you are running a supported version of Node.js before upgrading.
144+
145+
- **Node.js v20** (>=20.19.4) — Supported (Active LTS)
146+
- **Node.js v21** — Not supported (EOL)
147+
- **Node.js v22** — Supported (Active LTS)
148+
- **Node.js v23** — Not supported (EOL)
149+
- **Node.js v24+** — Supported
144150

145151
### `StyleSheet.absoluteFillObject` Removed
146152

0 commit comments

Comments
 (0)