Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update getDefaultJSExecutorFactory to load Hermes first and fallback …
…to JSC (#41914) Summary: Pull Request resolved: #41914 If the user does not specify which engine they're using, we still default to loading JSC first and then attempting to load Hermes. This has a small performance hit (as we attempt to load an existing library) + it prints an inactionable log for the user every time. Changelog: [Android] [Fixed] - Update getDefaultJSExecutorFactory to load Hermes first and fallback to JSC Reviewed By: luluwu2032 Differential Revision: D52080545 fbshipit-source-id: 95f37304d713da7d7079eabbd2dfdf230d29a1b9
- Loading branch information