Searched refs:getAppId (Results 1 – 2 of 2) sorted by relevance
27 private async getAppId(browserType: LaunchBrowserTypes): Promise<string> { method in LaunchBrowserImplLinux52 await this.getAppId(browserType);68 const appId = await this.getAppId(browserType);
543 `https://u.expo.dev/${getAppId()}?channel-name=test_debug&disableOnboarding=1`;545 const getAppId = () => appConfig?.expo?.extra?.eas?.projectId ?? '';