Home
last modified time | relevance | path

Searched refs:DevLauncher (Results 1 – 17 of 17) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherInternal.ts6 const DevLauncher = constant
11 Platform.OS === 'ios' ? new EventEmitter(DevLauncher) : new NativeEventEmitter(DevLauncher);
25 return await DevLauncher.loadApp(url);
33 return await DevLauncher.getNavigationState();
58 return await DevLauncher.getPendingDeepLink();
68 return await DevLauncher.getCrashReport();
72 return await DevLauncher.openCamera();
89 return DevLauncher.getBuildInfo();
93 return DevLauncher.copyToClipboard(content);
98 export const isDevice = !!DevLauncher.isDevice;
[all …]
/expo/packages/expo-dev-client/build/
H A DDevClient.d.ts1 import * as DevLauncher from 'expo-dev-launcher';
3 export { DevMenu, DevLauncher };
4 export declare const registerErrorHandlers: typeof DevLauncher.registerErrorHandlers;
5 export declare const isDevelopmentBuild: typeof DevLauncher.isDevelopmentBuild;
H A DDevClient.js1 import * as DevLauncher from 'expo-dev-launcher';
3 export { DevMenu, DevLauncher };
4 export const registerErrorHandlers = DevLauncher.registerErrorHandlers;
5 export const isDevelopmentBuild = DevLauncher.isDevelopmentBuild;
H A DDevClient.js.map1DevLauncher from 'expo-dev-launcher';\nimport * as DevMenu from 'expo-dev-menu';\n\nexport { DevMe…
/expo/packages/expo-dev-client/src/
H A DDevClient.ts1 import * as DevLauncher from 'expo-dev-launcher';
4 export { DevMenu, DevLauncher };
6 export const registerErrorHandlers = DevLauncher.registerErrorHandlers;
7 export const isDevelopmentBuild = DevLauncher.isDevelopmentBuild;
/expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/tests/
H A DDevClientBasicTest.kt39 Views.DevLauncher.main.isDisplayed() in <lambda>()
50 Views.DevLauncher.main.isDisplayed() in <lambda>()
72 Views.DevLauncher.ErrorScreen.main.isDisplayed(shouldWait = false) in <lambda>()
75 Views.DevLauncher.ErrorScreen.goToDetails.perform(ViewActions.click()) in <lambda>()
76 Views.DevLauncher.ErrorScreen.details.isDisplayed(shouldWait = false) in <lambda>()
81 Views.DevLauncher.ErrorScreen.main.isDisplayed(shouldWait = false) in <lambda>()
82 Views.DevLauncher.ErrorScreen.goToLauncher.perform(ViewActions.click()) in <lambda>()
84 Views.DevLauncher.main.isDisplayed() in <lambda>()
H A DDevClientLoadLocalAppTest.kt164 Views.DevLauncher.main.isDisplayed() in <lambda>()
173 Views.DevLauncher.urlInput.perform( in <lambda>()
180 Views.DevLauncher.loadAppButton.perform( in <lambda>()
204 Views.DevLauncher.ErrorScreen.main.isDisplayed() in <lambda>()
205 Views.DevLauncher.ErrorScreen.reload.perform(ViewActions.click()) in <lambda>()
/expo/packages/expo-dev-launcher/build/
H A DDevLauncher.d.ts.map1 {"version":3,"file":"DevLauncher.d.ts","sourceRoot":"","sources":["../src/DevLauncher.ts"],"names":…
H A DDevLauncher.js.map1DevLauncher.js","sourceRoot":"","sources":["../src/DevLauncher.ts"],"names":[],"mappings":"AACA,OA…
/expo/packages/expo-dev-menu/app/native-modules/__mocks__/
H A DDevLauncher.ts3 export const DevLauncher: DevLauncherExtension = { constant
/expo/packages/expo-dev-menu/app/native-modules/
H A DDevLauncher.ts5 export const DevLauncher = NativeModules.EXDevLauncherExtension as DevLauncherExtension; constant
/expo/packages/expo-dev-menu/app/hooks/
H A DuseDevSettings.tsx3 import { DevLauncher } from '../native-modules/DevLauncher';
81 await DevLauncher.navigateToLauncherAsync();
/expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/selectors/
H A DViews.kt27 val DevLauncher = DevLauncherViews constant
/expo/packages/expo-dev-menu/app/components/__tests__/
H A DMain.test.tsx3 import { DevLauncher } from '../../native-modules/DevLauncher';
16 const { navigateToLauncherAsync } = DevLauncher;
/expo/packages/expo-dev-launcher/bundle/screens/__tests__/
H A DExtensionsScreen.test.tsx3 import * as DevLauncher from '../../native-modules/DevLauncherInternal';
62 DevLauncher.updatesConfig.usesEASUpdates = true;
80 DevLauncher.updatesConfig.usesEASUpdates = false;
/expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/scenarios/
H A DDevLauncherBasicScenario.kt63 Views.DevLauncher.main.isDisplayed() in launch()
/expo/packages/expo-dev-menu/app/components/
H A DMain.tsx30 import { isDevLauncherInstalled } from '../native-modules/DevLauncher';