Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build script to check that codegen run properly in the project (#…
…43105) Summary: Pull Request resolved: #43105 This is a quality of like improvement for the project we create for the final users. Codegen generates code in `rncore`, within `node_modules`. This is not the perfect approach but it is working so far. To make it more robust, we added a small script in React-Fabric podspec to check that codegen run properly when building. In this way, if a user run `yarn install` and, for any reason, react-native is regenerated, we can provide a better DevX to our users with an actionable message on how to fix the build problem. ##Changelog [iOS][Added] - Add error message if codegen has not run properly Reviewed By: cortinico Differential Revision: D53927788 fbshipit-source-id: a01a33086e4a0a1b0ada6c83283a5fd3fb5ee3eb
- Loading branch information