React Native: Weekly Recap - Fabric Recycling Fixes & Variable Font Rollout
This week's work centered on tightening up Fabric view recycling bugs on iOS and Android, finishing a cross-platform rollout of variable font support, and hardening build infrastructure around the prebuilt Core swap and C++ API boundaries. Fifty pull request activity items and thirty additional commits landed, with accessibility and text rendering as the dominant threads.
Duration: PT3M16S
Episode overview
This episode is a short developer briefing from React Native.
It explains recent repository work in plain language.
- Show: React Native
- Published: 2026-08-10T09:14:55Z
- Audio duration: PT3M16S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
This is the React Native Weekly Recap for August 3rd through August 10th, 2026. Fifty pull request activity items and thirty additional commits this week.
The clearest pattern: view recycling bugs on Fabric got serious attention. On iOS, accessibility traits like Selected and Not Enabled were going stale on recycled views — fixed by commit one-oh-oh-eff-eight-c, which rewrites how accessibility traits get derived from role and state into a single source of truth,…
Second theme: variable font support shipped end to end. Evan Katz landed font variation settings for iOS Text and TextInput, pull requests 57815 and 57805, and for Android Text and TextInput, pull requests 57804 and 57805. Together these let developers use CSS-style font axis settings consistently across both…
Third theme: build and release infrastructure kept hardening. Several PRs from chrfalch and coado dealt with the prebuilt React Core swap on iOS — covering the Debug-to-Release configuration switch in CI, pull request 57816, keeping header directories intact during a swap, pull request 57814, and making an…
Smaller but notable fixes: percentage border radius crashes were patched across more Android view managers —…
Next…
Nearby episodes from React Native
- Text Correctness and the Swift Package Manager Squeeze
- Cleaning Up After the Old Architecture
- Closing the Gap Between Native Bridges and the Web
- Variable Fonts Land, Parity Bugs Get Squashed
- Cleanup and Cross-Platform Bug Fixes
- Locking Down the Native Boundary
- Android Text Rendering Overhaul
- Android Modernization and Developer Experience