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 CLEANS UP CLI INTERNALS ACROSS 4 COMMITS

By RepoJournal · Filed · About Meta

Alex Hunt's team dropped legacy dependencies and reorganized the dev server stack to make react-native.config.js a thin routing layer.

React Native removed its local dependency on `react-native-community/cli-server-api` Flow types, eliminating a transient dependency that leaked into end user projects [1]. The same push relocated codegen and spm command wrappers out of react-native.config.js and into the community-cli-plugin package, continuing a larger refactor to move command definitions away from the root config [2]. Alex Hunt also restructured CLI plugin server modules under a new src/dev-server/ directory, renaming internal files like middleware.js to loadCommunityMiddleware.js for clarity, though the public startCommand export stayed unchanged [3]. A debug log was promoted to a user-facing warn across several features in RN that depend on this cleanup [1]. George Zahariev deployed version 0.324.0 to xplat in parallel, keeping the ecosystem coordinated [4].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Drop legacy cli-server-api reference in dev server (#57653) facebook/react-native
  2. [2] Move codegen and spm command wrappers into community-cli-plugin (#57652) facebook/react-native
  3. [3] Relocate CLI plugin server modules (#57654) facebook/react-native
  4. [4] Deploy 0.324.0 to xplat (#57689) facebook/react-native

Quick answers

What shipped in Meta on July 26, 2026?
Alex Hunt's team dropped legacy dependencies and reorganized the dev server stack to make react-native.config.js a thin routing layer. In total, 4 commits landed.
Who contributed to Meta on July 26, 2026?
2 developers shipped this update, including Alex Hunt and George Zahariev.
What were the notable Meta updates?
Drop legacy cli-server-api reference in dev server (#57653), Move codegen and spm command wrappers into community-cli-plugin (#57652), and Relocate CLI plugin server modules (#57654).

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?