| /expo/packages/expo-dev-menu/app/native-modules/ |
| H A D | DevLauncher.ts | 2 import { NativeModules } from 'react-native'; 4 export const isDevLauncherInstalled = NativeModules.EXDevLauncherExtension != null; 5 export const DevLauncher = NativeModules.EXDevLauncherExtension as DevLauncherExtension;
|
| /expo/packages/expo-modules-core/build/ |
| H A D | NativeModulesProxy.native.js | 1 import { NativeModules } from 'react-native'; 2 const LegacyNativeProxy = NativeModules.NativeUnimoduleProxy; 41 if (NativeModules.EXReactNativeEventEmitter) { 42 …NativeModulesProxy[moduleName].addListener = (...args) => NativeModules.EXReactNativeEventEmitter.… 43 …NativeModulesProxy[moduleName].removeListeners = (...args) => NativeModules.EXReactNativeEventEmit…
|
| H A D | EventEmitter.js | 2 import { NativeEventEmitter, NativeModules, Platform } from 'react-native'; 13 if (nativeModule.__expo_module_name__ && NativeModules.EXReactNativeEventEmitter) { 14 …nativeModule.addListener = (...args) => NativeModules.EXReactNativeEventEmitter.addProxiedListener… 15 …nativeModule.removeListeners = (...args) => NativeModules.EXReactNativeEventEmitter.removeProxiedL…
|
| H A D | NativeViewManagerAdapter.native.js | 2 import { findNodeHandle, NativeModules, requireNativeComponent } from 'react-native'; 34 const { viewManagersMetadata } = NativeModules.NativeUnimoduleProxy;
|
| /expo/apps/test-suite/ |
| H A D | ExponentTest.js | 2 import { NativeModules } from 'react-native'; 8 if (NativeModules) { 9 ExponentTest = NativeModules.ExponentTest;
|
| /expo/packages/expo-modules-core/src/ |
| H A D | NativeModulesProxy.native.ts | 1 import { NativeModules } from 'react-native'; 5 const LegacyNativeProxy = NativeModules.NativeUnimoduleProxy; 57 if (NativeModules.EXReactNativeEventEmitter) { 59 NativeModules.EXReactNativeEventEmitter.addProxiedListener(moduleName, ...args); 61 NativeModules.EXReactNativeEventEmitter.removeProxiedListeners(moduleName, ...args);
|
| H A D | EventEmitter.ts | 2 import { NativeEventEmitter, NativeModules, Platform } from 'react-native'; 32 if (nativeModule.__expo_module_name__ && NativeModules.EXReactNativeEventEmitter) { 34 NativeModules.EXReactNativeEventEmitter.addProxiedListener( 39 NativeModules.EXReactNativeEventEmitter.removeProxiedListeners(
|
| /expo/packages/expo/src/environment/ |
| H A D | DevLoadingViewNativeModule.native.ts | 1 import { NativeModules } from 'react-native'; 3 export default NativeModules.DevLoadingView;
|
| /expo/packages/expo/build/environment/ |
| H A D | DevLoadingViewNativeModule.native.js | 1 import { NativeModules } from 'react-native'; 2 export default NativeModules.DevLoadingView;
|
| H A D | DevLoadingViewNativeModule.native.js.map | 1 …AC,cAAc,CAAC","sourcesContent":["import { NativeModules } from 'react-native';\n\nexport default N…
|
| /expo/packages/expo-random/src/ |
| H A D | ExpoRandom.ts | 2 import { NativeModules } from 'react-native'; 12 return NativeModules.ExpoRandom;
|
| /expo/packages/expo-random/build/ |
| H A D | ExpoRandom.js | 2 import { NativeModules } from 'react-native'; 12 return NativeModules.ExpoRandom;
|
| H A D | ExpoRandom.js.map | 1 …NativeModules } from 'react-native';\n\n/**\n * `expo-random` is an Expo module only on iOS, so we…
|
| /expo/packages/expo-dev-launcher/build/ |
| H A D | DevLauncher.js | 1 import { NativeModules } from 'react-native'; 8 return !!NativeModules.EXDevLauncher;
|
| H A D | DevLauncher.js.map | 1 …NativeModules } from 'react-native';\nimport './setUpErrorHandler.fx';\n\n// Dev launcher manifest…
|
| /expo/packages/expo-dev-launcher/src/ |
| H A D | DevLauncher.ts | 2 import { NativeModules } from 'react-native'; 17 return !!NativeModules.EXDevLauncher;
|
| /expo/packages/expo-modules-core/src/__tests__/ |
| H A D | NativeModulesProxy-test.native.ts | 6 ReactNative.NativeModules.NativeUnimoduleProxy.modulesConstants = { 9 ReactNative.NativeModules.NativeUnimoduleProxy.exportedMethods = { 10 ...ReactNative.NativeModules.NativeUnimoduleProxy.exportedMethods,
|
| /expo/packages/expo-constants/build/ |
| H A D | Constants.js | 2 import { Platform, NativeModules } from 'react-native'; 25 if (NativeModules.EXDevLauncher) { 27 if (NativeModules.EXDevLauncher.manifestString) { 28 devLauncherManifest = JSON.parse(NativeModules.EXDevLauncher.manifestString);
|
| /expo/home/kernel/ |
| H A D | Kernel.ts | 1 import { Linking, NativeModules } from 'react-native'; 5 const NativeKernel = NativeModules.ExponentKernel || MockKernel;
|
| /expo/home/menu/ |
| H A D | DevMenuModule.ts | 1 import { NativeModules, EventSubscription } from 'react-native'; 6 const NativeKernel = NativeModules.ExponentKernel || MockKernel;
|
| /expo/packages/expo-constants/src/ |
| H A D | Constants.ts | 14 import { Platform, NativeModules } from 'react-native'; 63 if (NativeModules.EXDevLauncher) { 65 if (NativeModules.EXDevLauncher.manifestString) { 66 devLauncherManifest = JSON.parse(NativeModules.EXDevLauncher.manifestString);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/BatchedBridge/ |
| H A D | NativeModules.d.ts | 25 export const NativeModules: NativeModulesStatic; constant
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/BatchedBridge/ |
| H A D | NativeModules.d.ts | 25 export const NativeModules: NativeModulesStatic; constant
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/ |
| H A D | DevLauncherAuth.ts | 8 NativeModules, 14 : NativeModules.EXDevLauncherAuth;
|
| H A D | DevLauncherInternal.ts | 2 import { NativeModules, NativeEventEmitter, Platform } from 'react-native'; 9 : NativeModules.EXDevLauncherInternal;
|