mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48815 In an effort to reduce the responsibility of Cocoapods in React Native, we are moving the generation of the Reactcodegen podspec from Cocoapods itself to the codegen infrastructure. This reduce the responsibility of Cocoapods and allow us to migrate away from it with more ease. ## Changelog: [iOS][Changed] - Generate the ReactCodegen.podspec as part of codegen instead of as part of pod install. Reviewed By: cortinico Differential Revision: D68418268 fbshipit-source-id: 004ac5b6b3563bf96cc38942f2b48b6f269541c3