Searched refs:subdomain (Results 1 – 6 of 6) sorted by relevance
120 const subdomain = string('EXPO_TUNNEL_SUBDOMAIN', ''); constant121 if (['0', 'false', ''].includes(subdomain)) {123 } else if (['1', 'true'].includes(subdomain)) {126 return subdomain;
138 private async _getConnectionPropsAsync(): Promise<{ hostname?: string; subdomain?: string }> {141 const subdomain = constant145 debug('Subdomain:', subdomain);146 return { subdomain };
28 subdomain?: string; property
93 expect(instance.connect).toBeCalledWith(expect.objectContaining({ subdomain: 'test' }));101 expect.objectContaining({ subdomain: expect.stringMatching(/.*-anonymous-3000$/) })
208 …t use the `EXPO_TUNNEL_SUBDOMAIN` environment variable to configure the subdomain for your develop…
494 …use unexpected issues with `expo-linking` and Expo Go. Select the exact subdomain to use by passin…