Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Flipper by moving FB_SONARKIT_ENABLED to RCTAppDelegate (#37240)
Summary: An out-of-the-box react-native init project no longer enables Flipper properly as of 0.72.0-rc1. ## Changelog: [IOS] [FIXED] Fix Flipper by moving podfile modification of preprocessor def `FB_SONARKIT_ENABLED` from React-Core to React-RCTAppDelegate where it is now used. Pull Request resolved: #37240 Test Plan: Generated an app and verified Flipper cannot see the app. Made the modification and generated another app and verified Flipper now sees it and can enable plugins. Verified that runtime (non-test) use of FB_SONARKIT_ENABLED is limited to Libraries/AppDelegate in this project. Reviewed By: dmytrorykun Differential Revision: D45563282 Pulled By: cipolleschi fbshipit-source-id: d760c5ae123cc7c967b19c6c626801d6db28d052
- Loading branch information