-
Notifications
You must be signed in to change notification settings - Fork 24.9k
iOS: Fix RCTDevLoadingView not showing up with UIScene #27916
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
Conversation
cc @hramos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hramos has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was successfully merged by @tido64 in 8ce27df. When will my fix make it into a release? | Upcoming Releases |
Sorry @tido64, this was reverted in 8c10147. Appears one of our internal apps ran into the following error:
I'll have to take a look and see why this particular app has this issue. |
Summary: Attaches the loading view to a `UIScene` in apps using the new Scenes API (iOS 13+). ## Changelog [iOS] [Fixed] - Fix RCTDevLoadingView not showing up with UIScene Pull Request resolved: #27916 Test Plan: Create a new app based on UIScene and integrate React Native. | Before | After | |:------:|:------:| | <img width="453" alt="image" src="https://user-images.githubusercontent.com/4123478/73485717-eccfe800-43a3-11ea-96fd-f7077a348345.png"> | <img width="453" alt="image" src="https://user-images.githubusercontent.com/4123478/73485749-f9ecd700-43a3-11ea-8a18-2e2185e62e78.png"> | Reviewed By: PeteTheHeat Differential Revision: D20104655 Pulled By: hramos fbshipit-source-id: 86c1902c00f791fd23f75ea7562b44c92e719c5e
Tying loose ends here: I was able to get this change merged again in a separate commit. |
Summary: Attaches the loading view to a `UIScene` in apps using the new Scenes API (iOS 13+). ## Changelog [iOS] [Fixed] - Fix RCTDevLoadingView not showing up with UIScene Pull Request resolved: facebook#27916 Test Plan: Create a new app based on UIScene and integrate React Native. | Before | After | |:------:|:------:| | <img width="453" alt="image" src="https://user-images.githubusercontent.com/4123478/73485717-eccfe800-43a3-11ea-96fd-f7077a348345.png"> | <img width="453" alt="image" src="https://user-images.githubusercontent.com/4123478/73485749-f9ecd700-43a3-11ea-8a18-2e2185e62e78.png"> | Reviewed By: cpojer Differential Revision: D20008608 Pulled By: hramos fbshipit-source-id: ce59fd0b000d7dee51985a5533d9b5791687f592
Summary: Attaches the loading view to a `UIScene` in apps using the new Scenes API (iOS 13+). ## Changelog [iOS] [Fixed] - Fix RCTDevLoadingView not showing up with UIScene Pull Request resolved: facebook#27916 Test Plan: Create a new app based on UIScene and integrate React Native. | Before | After | |:------:|:------:| | <img width="453" alt="image" src="https://user-images.githubusercontent.com/4123478/73485717-eccfe800-43a3-11ea-96fd-f7077a348345.png"> | <img width="453" alt="image" src="https://user-images.githubusercontent.com/4123478/73485749-f9ecd700-43a3-11ea-8a18-2e2185e62e78.png"> | Reviewed By: PeteTheHeat Differential Revision: D20104655 Pulled By: hramos fbshipit-source-id: 86c1902c00f791fd23f75ea7562b44c92e719c5e
Summary
Attaches the loading view to a
UIScene
in apps using the new Scenes API (iOS 13+).Changelog
[iOS] [Fixed] - Fix RCTDevLoadingView not showing up with UIScene
Test Plan
Create a new app based on UIScene and integrate React Native.