Searched refs:isDevClient (Results 1 – 5 of 5) sorted by relevance
39 const isDevClient = query['choice'] === 'expo-dev-client'; constant43 const runtime = isDevClient ? 'custom' : 'expo';
49 const isDevClient = isAutoDevClient || isUserDefinedDevClient; constant53 devClient: isDevClient,71 devClient: isDevClient,
111 public isDevClient?: boolean351 return this.isDevClient398 const runtime = this.isTargetingNative() ? (this.isDevClient ? 'custom' : 'expo') : 'web';409 const runtime = this.isTargetingNative() ? (this.isDevClient ? 'custom' : 'expo') : 'web';430 !this.isDevClient &&
146 devServer.isDevClient = isUsingDevClient;
147 for (const isDevClient of [false, true]) { constant149 it(`opens an ${platform} project in a ${runtime} (dev client: ${isDevClient})`, async () => {151 devServer.isDevClient = isDevClient;156 ).toHaveBeenNthCalledWith(1, { runtime: isDevClient ? 'custom' : 'expo' }, {});