Searched refs:ExpoNativeProxy (Results 1 – 3 of 3) sorted by relevance
5 const ExpoNativeProxy = global.expo?.modules?.NativeModulesProxy; constant11 const NativeProxy = ExpoNativeProxy ?? LegacyNativeProxy;19 if (ExpoNativeProxy?.callMethod) {20 return ExpoNativeProxy.callMethod(moduleName, methodInfo.name, args);
1 …ExpoNativeProxy = global.expo?.modules?.NativeModulesProxy;\n\nconst modulesConstantsKey = 'module…
8 const ExpoNativeProxy = global.expo?.modules?.NativeModulesProxy; constant17 const NativeProxy = ExpoNativeProxy ?? LegacyNativeProxy;27 if (ExpoNativeProxy?.callMethod) {28 return ExpoNativeProxy.callMethod(moduleName, methodInfo.name, args);