Home
last modified time | relevance | path

Searched refs:getAppId (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DLaunchBrowserImplLinux.ts27 private async getAppId(browserType: LaunchBrowserTypes): Promise<string> { method in LaunchBrowserImplLinux
52 await this.getAppId(browserType);
68 const appId = await this.getAppId(browserType);
/expo/docs/pages/build-reference/
H A De2e-tests.mdx543 `https://u.expo.dev/${getAppId()}?channel-name=test_debug&disableOnboarding=1`;
545 const getAppId = () => appConfig?.expo?.extra?.eas?.projectId ?? '';