-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow importing RCTAppDelegate in Swift (#43339)
Summary: This PR fixes importing RCTAppDelegate, cleans up the imports, and properly sets the background color for bridgeless mode when using `RCTRootViewFactory`. The issue with importing to Swift was that `RCTTurboModuleManager` has C++ in headers which caused Swift to error out. bypass-github-export-checks ## Changelog: [IOS] [FIXED] - Allow importing RCTAppDelegate in Swift [INTERNAL] [REMOVED] - Remove unnecessary imports in AppDelegate [INTERNAL] [FIXED] - Properly set background color for bridgeless Pull Request resolved: #43339 Test Plan: - CI Green - Check if background color is correct Reviewed By: dmytrorykun Differential Revision: D54584489 Pulled By: cipolleschi fbshipit-source-id: cb4b947ca9d0f375b1852dbf5a7d889e920562f7
- Loading branch information
1 parent
1c69100
commit 7c95369
Showing
3 changed files
with
6 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
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