Skip to content

Commit 7ce6a59

Browse files
authored
Update installation.mdx
1 parent f949065 commit 7ce6a59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/getting-started/installation.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ nav: 1
88
npm install three @react-three/fiber
99
```
1010

11-
> Fiber is compatible with React v18.0.0+ and works with ReactDOM and React Native.
11+
> [!WARNING]
12+
> Fiber is compatible with React v18 and v19 and works with ReactDOM and React Native. Fiber is a React renderer, it must pair with a major version of React, just like react-dom, react-native, etc. @react-three/fiber@8 pairs with react@18, @react-three/fiber@9 pairs with react@19.
1213
1314
Getting started with React Three Fiber is not nearly as hard as you might have thought, but various frameworks may require particular attention.
1415

0 commit comments

Comments
 (0)