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: pmndrs/drei#2494. A big thanks to @thejustinwalsh for helping us with this one.
What's Changed
- chore: export flushSync by @krispya in #3551
- Update react-native deep imports for 0.79 compatibility by @huntie in #3498
- fix: update flushSync for new reconciler by @krispya in #3554
- feat: add flushSync example by @krispya in #3560
New Contributors
Full Changelog: v9.1.4...v9.3.0