forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: PerfMonitor option not showing on iOS (Bridgeless) (facebook#42891)
Summary: This PR fixes PerfMonitor option not showing on iOS when running bridgeless. The `initialize` method is not called in bridgeless which causes this option to not be added. I've converted this approach to work for both bridgeless and non-bridgeless. bypass-github-export-checks ## Changelog: [IOS] [FIXED] - Perf Monitor option not showing in Bridgeless Pull Request resolved: facebook#42891 Test Plan: Run RNTester, open Perf monitor Reviewed By: RSNara Differential Revision: D53518507 Pulled By: cipolleschi fbshipit-source-id: c16d41006c5a3f96d53d4f76fd317941a1eb839f
- Loading branch information
1 parent
24f7bd7
commit 2091400
Showing
2 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters