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
Copy file name to clipboardExpand all lines: docs/getting-started/installation.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ nav: 1
8
8
npm install three @react-three/fiber
9
9
```
10
10
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.
12
13
13
14
Getting started with React Three Fiber is not nearly as hard as you might have thought, but various frameworks may require particular attention.
0 commit comments