RepoJournal
Meta

Meta

React, React Native, and Jest - the open source under what Meta ships

Keep up with Meta in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript AI / ML Full archive →

The Wire · Showcase

REACT NATIVE COMPLETES VARIABLE FONT SUPPORT ACROSS ALL PLATFORMS

By RepoJournal · Filed · About Meta

Evan Katz shipped variable font settings to iOS, Android text, and TextInput in a single coordinated push, closing the last gaps in cross-platform typography control.

React Native now has complete variable font support across its text rendering stack. The work spans three complementary PRs merged in the last 24 hours: iOS text now parses CSS-compatible axis settings into CoreText variation dictionaries [1], Android text applies fontVariationSettings to Paint and includes variable axes in layout measurement cache identity [2], and TextInput on Android forwards the same prop through Fabric attributes and applies it after typeface updates [3]. This is coordinated work that treats variable axes as a first-class layout primitive, not an afterthought. Developers building typography-heavy apps on both platforms can now ship consistent font behavior without platform-specific workarounds. The implementation preserves the distinction between absent, explicitly cleared, and invalid values, so your fallback logic works as expected across all three surfaces.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Add variable font settings support (#57815) facebook/react-native
  2. [2] Add Android text font variation settings (#57804) facebook/react-native
  3. [3] Add font variation settings support to TextInput (#57805) facebook/react-native

Quick answers

What shipped in Meta on August 10, 2026?
Evan Katz shipped variable font settings to iOS, Android text, and TextInput in a single coordinated push, closing the last gaps in cross-platform typography control. In total, 3 commits landed.
Who contributed to Meta on August 10, 2026?
1 developer shipped this update, including Evan Katz.
What were the notable Meta updates?
Add variable font settings support (#57815), Add Android text font variation settings (#57804), and Add font variation settings support to TextInput (#57805).

More from Meta

Daily updates, in your inbox

Follow Meta

Keep up with Meta in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?