-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding new APIs for creating UIManager in FabricUIManagerProviderImpl (…
…#41301) Summary: Pull Request resolved: #41301 Adding the new API for creating UIManager(`FabricUIManager`) for Fabric initialization: ``` createUIManager(ReactApplicationContext reactApplicationContext) ``` and `FabricUIManagerProviderImpl()` and making it also implement the `UIManagerProvider` interface NOTE: Letting the older implementations in place and will be removed once the references have been removed from the apps and similarly for old constructor `FabricUIManagerProviderImpl()` and similarly for old implement relationship with `JSIModuleProvider` Changelog: [Internal] internal Reviewed By: javache, philIip, mdvacca Differential Revision: D50783295 fbshipit-source-id: 767f27c7f0d42840a5dad693e98cf5b6a243f933
- Loading branch information
1 parent
bc68794
commit 3e15821
Showing
1 changed file
with
48 additions
and
27 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