Home
last modified time | relevance | path

Searched refs:ExpoGoInstaller (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/__tests__/
H A DExpoGoInstaller-test.ts5 import { ExpoGoInstaller } from '../ExpoGoInstaller';
16 ExpoGoInstaller.cache = {};
20 return new ExpoGoInstaller(platform, 'host.fake.expo', '44.0.0');
184 const installer = new ExpoGoInstaller('android', 'host.fake.expo', 'UNVERSIONED');
259 const { ExpoGoInstaller } = require('../ExpoGoInstaller'); constant
262 const installer = new ExpoGoInstaller('android', 'host.fake.expo', '44.0.0');
278 const { ExpoGoInstaller } = require('../ExpoGoInstaller'); constant
281 const installer = new ExpoGoInstaller('android', 'host.fake.expo', '44.0.0');
/expo/packages/@expo/cli/src/start/platforms/
H A DExpoGoInstaller.ts15 export class ExpoGoInstaller<IDevice> { class
52 if (ExpoGoInstaller.cache[cacheId]) {
56 ExpoGoInstaller.cache[cacheId] = true;
/expo/packages/@expo/cli/src/start/platforms/__mocks__/
H A DExpoGoInstaller.ts1 export class ExpoGoInstaller { class
/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidDeviceManager.ts13 import { ExpoGoInstaller } from '../ExpoGoInstaller';
164 const installer = new ExpoGoInstaller('android', EXPO_GO_APPLICATION_IDENTIFIER, sdkVersion);
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleDeviceManager.ts21 import { ExpoGoInstaller } from '../ExpoGoInstaller';
212 const installer = new ExpoGoInstaller('ios', EXPO_GO_BUNDLE_IDENTIFIER, sdkVersion);