Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Typo and skip generation of app-specific component registration
Summary: In [facebook#47176](facebook#47176) we disabled the generation of the component registration for app specific components as it was creating a circular dependency between the app and React Native. However, we made a couple of typos that make it not work as expected and users picked up those typos soon. This change fixes them for good. ## Changelog [iOS][Fixed] - Properly stop generating component registration for components defined in app. Differential Revision: D65750433
- Loading branch information