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 STRIPS DEAD CODE, FIXES ANDROID CRASHES

By RepoJournal · Filed · About Meta

React Native is cleaning house: deprecated init command handling is gone, a critical null-pointer fix lands on Android, and the build pipeline gets a patch after yesterday's artifact failures.

The React Native CLI lost its deprecated init command proxy today [2], removing years of dead code that warned users about a long-expired deprecation timeline. This is a clean kill - the team kept only the exit path that runs when react-native-community/cli isn't installed, cutting maintenance burden. On the Android side, SurfaceMountingManager now guards against null ViewState in sendAccessibilityEvent and setJSResponder [3], fixing crashes that happened when these methods fired after a view was deleted. This is a soft exception log instead of a hard crash, which matters for production stability. The React build pipeline got its VERSION_NATIVE_FB fix merged [1], addressing yesterday's runtime_commit_artifacts workflow failures where the version file lived in an untracked directory. Electron bumped to 39.8.10 with security updates [4]. RNTester is now on RNC CLI 20.2.0 [5], and the team reverted the ubuntu-latest CI runner experiment [6] to measure if dedicated runners actually speed up Android CI - an experiment worth watching.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [scripts] Fix missing VERSION_NATIVE_FB in commit artifacts (#36889) facebook/react
  2. [2] Remove deprecated init command handling from CLI (#57350) facebook/react-native
  3. [3] fix: add null checks for getViewState in SurfaceMountingManager (#57283) facebook/react-native
  4. [4] Bump Electron to 39.8.10 (#57338) facebook/react-native
  5. [5] Bump RNC CLI to 20.2.0 in RNTester (#57344) facebook/react-native
  6. [6] Revert "Unbreak android CI by moving to ubuntu-latest (#57216)" (#57323) facebook/react-native

Quick answers

What shipped in Meta on June 27, 2026?
React Native is cleaning house: deprecated init command handling is gone, a critical null-pointer fix lands on Android, and the build pipeline gets a patch after yesterday's artifact failures. In total, 6 commits, 1 pull requests, and 1 releases landed.
What were the notable Meta updates?
[scripts] Fix missing VERSION_NATIVE_FB in commit artifacts (#36889), Remove deprecated init command handling from CLI (#57350), and fix: add null checks for getViewState in SurfaceMountingManager (#57283).

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?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.