A framework for building native applications using React
fix(codegen): fix missing dependencies (#52884)
Summary: `react-native/codegen` uses `babel/parser` and `babel/core` but does not declare dependency on them. Depending on how packages are hoisted (and especially in pnpm setups), this causes crashes during codegen. Resolves https://github.com/facebook/react-native/issues/52883 ## Changelog: [GENERAL] [FIXED] - Add missing Babel dependencies Pull Request resolved: https://github.com/facebook/react-native/pull/52884 Test Plan: See https://github.com/facebook/react-native/issues/52883 Reviewed By: cortinico, christophpurrer Differential Revision: D79103092 Pulled By: robhogan fbshipit-source-id: ecaf690f994393a652ea7f0d4f30bbabeb23a434
T
Tommy Nguyen committed
a8539190fea3a4dfbdea07404cbbe53da132a07d
Parent: 01c1253
Committed by React Native Bot <bot@reactnative.dev>
on 8/13/2025, 9:41:42 AM