Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove build codegen from Cocoapods (#48631)
Summary: Pull Request resolved: #48631 This step is already carried out by [generate-artifact-executor](https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/codegen/generate-artifacts-executor.js#L385) if needed. We can remove it from cocoapods and this will make it easier to migrate away from them. For 3rd party apps that uses a specific version of React Native, codegen is shipped in NPM as already built in the react-native/codegen package. This change really affects only the React Native monorepo. ## Changelog [Internal] - Remove build codegen step from cocoapods Reviewed By: cortinico Differential Revision: D68019743 fbshipit-source-id: 7aaf9275886ba8b86d38d943d2b26bd8eed11aa8
- Loading branch information