A framework for building native applications using React
Export Instance::getDecoratedNativeCallInvoker from RCTCxxBridge
Summary: `RCTTurboModuleManager` will create a native `CallInvoker` for each ObjC NativeModule. This `CallInvoker` will be used to dispatch calls from JS to native. Before passing the native `CallInvoker` to the `ObjCTurboModule`, it'll first use `RCTCxxBridge decorateNativeCallInvoker` to get a bridge-aware decorated native `CallInvoker`. That way, the bridge remains informed about async TurboModule method calls that took place since the last time it was flushed. This ensures that we don't end up dispatching `onBatchComplete` any less with TurboModules on than we do with TurboModules off. Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D20831546 fbshipit-source-id: b2eb4e0097e0dabf8c4bd8fdc4c850a0858af699
R
Ramanpreet Nara committed
aef0ef4b31ffa4e22e2054bc61461ceacc96d09c
Parent: de56649
Committed by Facebook GitHub Bot <[email protected]>
on 4/3/2020, 4:47:42 PM