Home
last modified time | relevance | path

Searched refs:SyncNativeMethodCallInvoker (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptRuntime.cpp54 class SyncNativeMethodCallInvoker : public react::NativeMethodCallInvoker { class
64 ~SyncNativeMethodCallInvoker() override = default;
67 using SyncNativeMethodCallInvoker = SyncCallInvoker; typedef
76 nativeInvoker(std::make_shared<SyncNativeMethodCallInvoker>()), in JavaScriptRuntime()