We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b028f84 commit 5bf54bcCopy full SHA for 5bf54bc
packages/react-native/ReactCxxPlatform/react/nativemodule/TurboModuleManager.h
@@ -13,6 +13,7 @@
13
#include <ReactCommon/TurboModule.h>
14
#include <functional>
15
#include <string>
16
+#include <vector>
17
18
namespace facebook::react {
19
@@ -22,6 +23,8 @@ using TurboModuleManagerDelegate = std::function<std::shared_ptr<TurboModule>(
22
23
const std::string& name,
24
const std::shared_ptr<CallInvoker>& jsInvoker)>;
25
26
+using TurboModuleManagerDelegates = std::vector<TurboModuleManagerDelegate>;
27
+
28
using LegacyModuleProviderDelegate =
29
std::function<TurboModuleProviderFunctionType(
30
const std::shared_ptr<CallInvoker>& jsInvoker,
0 commit comments