react-native icon indicating copy to clipboard operation
react-native copied to clipboard

fix: PerfMonitor option not showing on iOS (Bridgeless)

Open okwasniewski opened this issue 1 year ago • 1 comments

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.

Changelog:

[IOS] [FIXED] - Perf Monitor option not showing in Bridgeless

Test Plan:

Run RNTester, open Perf monitor

okwasniewski avatar Feb 06 '24 12:02 okwasniewski

@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot avatar Feb 07 '24 14:02 facebook-github-bot

@cipolleschi merged this pull request in facebook/react-native@209140046b451170315f9f30a19644a04ab80207.

facebook-github-bot avatar Feb 15 '24 17:02 facebook-github-bot