-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix RCTPerfMonitor not showing up in scene based app #43476
Conversation
This has been extracted as a helper in |
Wow thank you @javache , I just updated the PR :) |
I don't know why CI is failed, can I rerun it? |
@javache has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by abing in 1677521. When will my fix make it into a release? | How to file a pick request? |
Summary: Currently RCTPerfMonitor won't show up in scene based app, we should first try to extract the window from the connected scenes, and fallback to the window in `UIApplicationDelegate`. ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [iOS] [Fixed] - Fix RCTPerfMonitor not showing up in scene based app Pull Request resolved: facebook#43476 Test Plan: - Tested RCTPerfMonitor in app not using scenes; - Tested RCTPerfMonitor in app using scenes in iOS 13 & 14; - Tested RCTPerfMonitor in app using scenes in iOS 15+. Reviewed By: rshest Differential Revision: D57381551 Pulled By: javache fbshipit-source-id: fd6cce20c9a4ed41d7aae84751fc0c83391d0865
Summary:
Currently RCTPerfMonitor won't show up in scene based app, we should first try to extract the window from the connected scenes, and fallback to the window in
UIApplicationDelegate
.Changelog:
[iOS] [Fixed] - Fix RCTPerfMonitor not showing up in scene based app
Test Plan: