Package-level declarations
Types
Link copied to clipboard
JSCallInvoker is created at a different time/place (i.e: in CatalystInstance) than TurboModuleManager. Therefore, we need to wrap JSCallInvoker within a hybrid class so that we may pass it from CatalystInstance, through Java, to TurboModuleManager::initHybrid.
Link copied to clipboard
NativeMethodCallInvokerHolder is created at a different time/place (i.e: in CatalystInstance) than TurboModuleManager. Therefore, we need to wrap NativeMethodCallInvokerHolder within a hybrid class so that we may pass it from CatalystInstance, through Java, to TurboModuleManager::initHybrid.