| /expo/packages/expo-dev-launcher/bundle/native-modules/ |
| H A D | DevLauncherInternal.ts | 6 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 D | DevClient.d.ts | 1 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 D | DevClient.js | 1 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 D | DevClient.js.map | 1 …DevLauncher from 'expo-dev-launcher';\nimport * as DevMenu from 'expo-dev-menu';\n\nexport { DevMe…
|
| /expo/packages/expo-dev-client/src/ |
| H A D | DevClient.ts | 1 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 D | DevClientBasicTest.kt | 39 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 D | DevClientLoadLocalAppTest.kt | 164 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 D | DevLauncher.d.ts.map | 1 {"version":3,"file":"DevLauncher.d.ts","sourceRoot":"","sources":["../src/DevLauncher.ts"],"names":…
|
| H A D | DevLauncher.js.map | 1 …DevLauncher.js","sourceRoot":"","sources":["../src/DevLauncher.ts"],"names":[],"mappings":"AACA,OA…
|
| /expo/packages/expo-dev-menu/app/native-modules/__mocks__/ |
| H A D | DevLauncher.ts | 3 export const DevLauncher: DevLauncherExtension = { constant
|
| /expo/packages/expo-dev-menu/app/native-modules/ |
| H A D | DevLauncher.ts | 5 export const DevLauncher = NativeModules.EXDevLauncherExtension as DevLauncherExtension; constant
|
| /expo/packages/expo-dev-menu/app/hooks/ |
| H A D | useDevSettings.tsx | 3 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 D | Views.kt | 27 val DevLauncher = DevLauncherViews constant
|
| /expo/packages/expo-dev-menu/app/components/__tests__/ |
| H A D | Main.test.tsx | 3 import { DevLauncher } from '../../native-modules/DevLauncher'; 16 const { navigateToLauncherAsync } = DevLauncher;
|
| /expo/packages/expo-dev-launcher/bundle/screens/__tests__/ |
| H A D | ExtensionsScreen.test.tsx | 3 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 D | DevLauncherBasicScenario.kt | 63 Views.DevLauncher.main.isDisplayed() in launch()
|
| /expo/packages/expo-dev-menu/app/components/ |
| H A D | Main.tsx | 30 import { isDevLauncherInstalled } from '../native-modules/DevLauncher';
|