Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/build/
H A DNativeModulesProxy.native.js2 const LegacyNativeProxy = NativeModules.NativeUnimoduleProxy; constant
9 if (LegacyNativeProxy) {
11 const NativeProxy = ExpoNativeProxy ?? LegacyNativeProxy;
28 return LegacyNativeProxy.callMethod(moduleName, key, args);
H A DNativeModulesProxy.native.js.map1LegacyNativeProxy = NativeModules.NativeUnimoduleProxy;\n// Fixes `cannot find name 'global'.` in …
/expo/packages/expo-modules-core/src/
H A DNativeModulesProxy.native.ts5 const LegacyNativeProxy = NativeModules.NativeUnimoduleProxy; constant
15 if (LegacyNativeProxy) {
17 const NativeProxy = ExpoNativeProxy ?? LegacyNativeProxy; constant
43 return LegacyNativeProxy.callMethod(moduleName, key, args);