Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-28 | 1.3 kB | |
v9.3.0 source code.tar.gz | 2025-07-28 | 1.4 MB | |
v9.3.0 source code.zip | 2025-07-28 | 1.5 MB | |
Totals: 3 Items | 3.0 MB | 3 |
With these release we have two big fixes.
flushSync
now works properly. To prove it we added an example that allows you to React props and then take a screenshot of the R3F canvas with the latest state. This is a pretty advanced use case, but one people might be interested to explore for exporting videos or images using R3F.- React Native support has been fixed for 0.79 and newer when combined with the same update to Drei: https://github.com/pmndrs/drei/pull/2494. A big thanks to @thejustinwalsh for helping us with this one.
What's Changed
- chore: export flushSync by @krispya in https://github.com/pmndrs/react-three-fiber/pull/3551
- Update react-native deep imports for 0.79 compatibility by @huntie in https://github.com/pmndrs/react-three-fiber/pull/3498
- fix: update flushSync for new reconciler by @krispya in https://github.com/pmndrs/react-three-fiber/pull/3554
- feat: add flushSync example by @krispya in https://github.com/pmndrs/react-three-fiber/pull/3560
New Contributors
- @s-pace made their first contribution in https://github.com/pmndrs/react-three-fiber/pull/3521
- @huntie made their first contribution in https://github.com/pmndrs/react-three-fiber/pull/3498
Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.1.4...v9.3.0