Home
last modified time | relevance | path

Searched refs:shouldInstall (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/
H A DExpoGoInstaller.ts86 let shouldInstall = !(await deviceManager.isAppInstalledAsync(this.appId));
89 if (!shouldInstall) {
99 if (!shouldInstall) {
100 shouldInstall = await this.uninstallExpoGoIfOutdatedAsync(deviceManager);
103 if (shouldInstall) {
/expo/packages/create-expo/src/
H A DcreateAsync.ts56 const shouldInstall = props.install; constant
60 if (shouldInstall) {
69 if (!shouldInstall) {