Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/build/
H A DNativeModulesProxy.native.js5 const ExpoNativeProxy = global.expo?.modules?.NativeModulesProxy; constant
11 const NativeProxy = ExpoNativeProxy ?? LegacyNativeProxy;
19 if (ExpoNativeProxy?.callMethod) {
20 return ExpoNativeProxy.callMethod(moduleName, methodInfo.name, args);
H A DNativeModulesProxy.native.js.map1ExpoNativeProxy = global.expo?.modules?.NativeModulesProxy;\n\nconst modulesConstantsKey = 'module…
/expo/packages/expo-modules-core/src/
H A DNativeModulesProxy.native.ts8 const ExpoNativeProxy = global.expo?.modules?.NativeModulesProxy; constant
17 const NativeProxy = ExpoNativeProxy ?? LegacyNativeProxy;
27 if (ExpoNativeProxy?.callMethod) {
28 return ExpoNativeProxy.callMethod(moduleName, methodInfo.name, args);