Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iOS: Fix RCTDevLoadingView not showing up with UIScene (#27916)
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: cpojer Differential Revision: D20008608 Pulled By: hramos fbshipit-source-id: ce59fd0b000d7dee51985a5533d9b5791687f592
- Loading branch information