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 TIGHTENS TYPE SAFETY AHEAD OF STRICT TYPESCRIPT ROLLOUT

By RepoJournal · Filed · About Meta

The team is systematically replacing private type references across the codebase to prepare for a breaking TypeScript API migration that will affect every component ref in production.

React Native's Strict TypeScript API rollout is moving forward with foundational work on type consistency [1]. The first wave targets Fantom tests, which were using private HostInstance types that won't survive the migration. This is the infrastructure work that precedes the breaking change, so expect similar PRs across other test suites in the coming weeks. Separately, Android DevTools got a fix [2] for a longstanding blind spot: FormData uploads and one-shot file transfers now show actual payload previews instead of the generic "[Preview unavailable]" message. This unblocks debugging of the most common file upload patterns. The two efforts are happening in parallel but independent - one is cleanup for the type system, the other is purely UX improvement for developers on Android.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Replace use of private HostInstance types in Fantom tests (#56947) facebook/react-native
  2. [2] Fix (android): show payload preview for FormData and one-shot uploads in DevTools (#55764) (#56742) facebook/react-native

Quick answers

What shipped in Meta on May 24, 2026?
The team is systematically replacing private type references across the codebase to prepare for a breaking TypeScript API migration that will affect every component ref in production. In total, 2 commits landed.
What were the notable Meta updates?
Replace use of private HostInstance types in Fantom tests (#56947) and Fix (android): show payload preview for FormData and one-shot uploads in DevTools (#55764) (#56742).

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?