Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the RCTAppsetuUtils to AppDelegate
Summary: This change solve a Circular Dependency where - `React-Core` depends on `ReactCommon` because `RCTAppSetupUtils.h` (in Core) imports the `RCTTurboModuleManager` (from ReactCommon) - `RCTTurboModuleManager` in `ReactCommon` depends on `React-Core` because it imports several classes from it (e.g. the `RCTBridge` class) ## Changelog: [iOS][Breaking] - Moved the RCTAppSetupUtils to the AppDelegate library to break a dependency cycle Reviewed By: sammy-SC, dmytrorykun Differential Revision: D43089183 fbshipit-source-id: d7fc36a50811962caf7cff77bb45d42b8cdd4575
- Loading branch information