React Native: Weekly Recap - Text Rendering Fixes and the Stable API Push
This week's work centered on fixing text rendering bugs on Android and iOS, expanding the C++ stable API surface to more rendering modules, and rolling out a unified formatting toolchain across five languages. Fifty pull requests and thirty additional commits landed, including a fix for text silently disappearing on Android 15 devices.
Duration: PT2M53S
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-09-14T09:14:41Z
- Audio duration: PT2M53S
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 September 7th through 14th. Fifty pull request activity items and thirty additional commits this week.
The headline fix: on Android 15 and up, text was silently losing its last word or line. The cause was a mismatch between how React Native measures text and how the system actually draws it — measurement broke lines based on character advances, but the platform's default drawing behavior broke lines based on glyph…
Second theme: the stable API rollout continues. Engineers classified several more C++ modules — image manager, component registry, native module core, and the image component — as public under the three-tier visibility model, each getting its own umbrella header. PRs 58437, 58438, 58327, and 2975534 all follow this…
Third theme: developer tooling got a consistency pass. Nico Cortinico's team added formatting support for Swift, Python, Java, and Kotlin to a single "yarn format" command, replacing the old ktfmt Gradle plugin, and added a bot that posts formatting suggestions directly on pull requests. Separately, a Babel preset…
Rounding out the week: a fix so Maven builds stop probing for nightly-only package versions, cutting…
Next…
Nearby episodes from React Native
- Fixing the Fine Print
- Cleaning Up Old Assumptions
- Text Rendering Fixes and a Repo-Wide Formatting Overhaul
- Locking Down the C++ API and Squashing Babel Bugs
- Locking Down the C++ API Surface, Stabilizing 0.88
- Locking Down the C++ API Surface
- Battery Drain Fixes and the Great Header Lockdown
- Weekly Recap - Locking Down the C++ API Surface