Searched refs:LegacyNativeProxy (Results 1 – 3 of 3) sorted by relevance
2 const LegacyNativeProxy = NativeModules.NativeUnimoduleProxy; constant9 if (LegacyNativeProxy) {11 const NativeProxy = ExpoNativeProxy ?? LegacyNativeProxy;28 return LegacyNativeProxy.callMethod(moduleName, key, args);
1 …LegacyNativeProxy = NativeModules.NativeUnimoduleProxy;\n// Fixes `cannot find name 'global'.` in …
5 const LegacyNativeProxy = NativeModules.NativeUnimoduleProxy; constant15 if (LegacyNativeProxy) {17 const NativeProxy = ExpoNativeProxy ?? LegacyNativeProxy; constant43 return LegacyNativeProxy.callMethod(moduleName, key, args);