RepoJournal
Meta

Meta

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

Pick a date

The Wire · Showcase

REACT NATIVE DECOUPLES BRIDGING LAYER, FIXES ANDROID FOCUS CRASH

By RepoJournal · Filed · About Meta

React Native's bridging architecture just became modular enough to stop pulling in the entire ReactCommon dependency graph, while a critical Android bug that crashes EditText on older devices finally gets fixed.

The team extracted react/bridging into its own standalone pod [1], turning it into a leaf node in the dependency graph so other modules can pull it without dragging ReactCommon along. This is the kind of architectural cleanup that unblocks faster iteration downstream. In parallel, they're shipping a ClassCastException fix [2] on Android 9 and below where EditText detaches from the window mid-IME action, catching developers who've been debugging phantom focus crashes in production. The release also patches a Flow type gap [3] where textAlignVertical existed at runtime but wasn't declared in the type system, forcing teams to reach for any-type workarounds. They're also cleaning up deprecated syntax enforcement cruft [4] and fixing a revision merge bug [5] that was silently dropping React commits in certain branching scenarios.

Action items

References

  1. [1] Extract react/bridging into its own React-bridging pod (#57354) facebook/react-native
  2. [2] Fix ClassCastException in clearFocusAndMaybeRefocus when EditText is detached (#57423) facebook/react-native
  3. [3] Add missing textAlignVertical on TextInputAndroidProps (Flow) (#57427) facebook/react-native
  4. [4] Cleanup unused deprecated syntax enforcement opt-out for react-native (#57428) facebook/react-native
  5. [5] Fix dropped React revision when merging commit branches (#57424) facebook/react-native

FAQ

What changed in Meta on July 4, 2026?
React Native's bridging architecture just became modular enough to stop pulling in the entire ReactCommon dependency graph, while a critical Android bug that crashes EditText on older devices finally gets fixed.
What should Meta teams do about it?
Update react-native and audit any Android focus handling around detached views • Re-run Flow checks on TextInput code now that textAlignVertical is properly typed • Monitor for revision conflicts if you're using commit branching with Fabric
Which Meta repositories shipped on July 4, 2026?
facebook/react-native

Related across the cluster

For your repos

The showcase is a teaser.
Your wire is the product.

Same engine. Different stack. Below: what changes when the wire is yours.

Showcase wire

  • 14 famous open source orgs
  • One wire per day
  • Public, generic
  • Read on the web, when you remember

Your wire

  • Up to 1,500 of your repos - orgs, deps, vendors
  • Morning and evening briefs
  • Action items routed to your team
  • Slack delivery, email, breaking-news CVE alerts

Want a hands-on demo first? Ask a current user for an invite link.