Home
last modified time | relevance | path

Searched refs:subdomain (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A Denv.ts120 const subdomain = string('EXPO_TUNNEL_SUBDOMAIN', ''); constant
121 if (['0', 'false', ''].includes(subdomain)) {
123 } else if (['1', 'true'].includes(subdomain)) {
126 return subdomain;
/expo/packages/@expo/cli/src/start/server/
H A DAsyncNgrok.ts138 private async _getConnectionPropsAsync(): Promise<{ hostname?: string; subdomain?: string }> {
141 const subdomain = constant
145 debug('Subdomain:', subdomain);
146 return { subdomain };
/expo/packages/@expo/cli/src/start/doctor/ngrok/
H A DNgrokResolver.ts28 subdomain?: string; property
/expo/packages/@expo/cli/src/start/server/__tests__/
H A DAsyncNgrok-test.ts93 expect(instance.connect).toBeCalledWith(expect.objectContaining({ subdomain: 'test' }));
101 expect.objectContaining({ subdomain: expect.stringMatching(/.*-anonymous-3000$/) })
/expo/docs/pages/router/advanced/
H A Dapple-handoff.mdx208 …t use the `EXPO_TUNNEL_SUBDOMAIN` environment variable to configure the subdomain for your develop…
/expo/docs/pages/more/
H A Dexpo-cli.mdx494 …use unexpected issues with `expo-linking` and Expo Go. Select the exact subdomain to use by passin…