Searched refs:projectNameForProxy (Results 1 – 8 of 8) sorted by relevance
6 … getStartUrl(authUrl: string, returnUrl: string, projectNameForProxy: string | undefined): string;8 projectNameForProxy?: string;
21 getStartUrl(authUrl, returnUrl, projectNameForProxy) { argument30 return `${this.getRedirectUrl({ projectNameForProxy })}/start?${queryString}`;42 …const legacyExpoProjectFullName = options.projectNameForProxy || Constants.expoConfig?.originalFul…
23 projectNameForProxy?: string;
1 …projectNameForProxy: string | undefined): string {\n if (Platform.OS === 'web' && !Platform.isD…
1 …\n * Project name to use for the `auth.expo.io` proxy.\n */\n projectNameForProxy?: string;\n…
28 getStartUrl(authUrl: string, returnUrl: string, projectNameForProxy: string | undefined): string {38 return `${this.getRedirectUrl({ projectNameForProxy })}/start?${queryString}`;41 getRedirectUrl(options: { projectNameForProxy?: string; urlPath?: string }): string {52 options.projectNameForProxy || Constants.expoConfig?.originalFullName;
25 projectNameForProxy?: string;
94 - Add projectNameForProxy option. ([#17327](https://github.com/expo/expo/pull/17327) by [@wschurman…