mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Pass RuntimeScheduler to Binding
Summary: changelog: [internal] Reviewed By: ShikaSD Differential Revision: D30487037 fbshipit-source-id: 3956606891a313577fd013ae5c2a9f1f90ac5903
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cf561b4052
commit
f679891bd6
@@ -1360,6 +1360,10 @@ public class ReactInstanceManager {
|
||||
}
|
||||
}
|
||||
|
||||
if (ReactFeatureFlags.enableRuntimeScheduler) {
|
||||
catalystInstance.installRuntimeScheduler();
|
||||
}
|
||||
|
||||
if (mJSIModulePackage != null) {
|
||||
catalystInstance.addJSIModules(
|
||||
mJSIModulePackage.getJSIModules(
|
||||
|
||||
Reference in New Issue
Block a user