-
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.
Lookup TurboModules before fallbacks (#45320)
Summary: Pull Request resolved: #45320 TurboModule should be the default path, and we should only fallback to the legacy native modules if we can't find a module through the TurboModule mechanism. Changelog: [General][Changed] - TurboModules will be looked up as TurboModules first, and fallback to legacy modules after. Reviewed By: christophpurrer Differential Revision: D59465978 fbshipit-source-id: c5672d34e90dcee321de0a5acd3a50b6bb1092b8
- Loading branch information
1 parent
5b03453
commit 5a62606
Showing
2 changed files
with
51 additions
and
54 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