Home
last modified time | relevance | path

Searched refs:isEASUpdate (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherRecentlyOpenedAppsRegistry.swift32 var isEASUpdate = false in appWasOpened() variable
35 isEASUpdate = host == "u.expo.dev" || host == "staging-u.expo.dev" in appWasOpened()
38 appEntry["isEASUpdate"] = isEASUpdate in appWasOpened()
40 if isEASUpdate { in appWasOpened()
52 if (isEASUpdate) { in appWasOpened()
H A DEXDevLauncherController.m424 BOOL isEASUpdate = [self isEASUpdateURL:expoUrl];
428 if (isEASUpdate && projectUrl == nil) {
434 if (!isEASUpdate && projectUrl == nil) {
H A Dmain.jsbundle1295isEASUpdate){var s=(0,y.formatUpdateUrl)(n.url,n.updateMessage);(0,S.loadUpdate)(s,J).catch((funct…
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/
H A DDevLauncherRecentlyOpenedAppsRegistry.kt17 val isEASUpdate: Boolean?, in <lambda>() constant in expo.modules.devlauncher.launcher.DevLauncherAppEntry
37 val isEASUpdate = uri.host === "u.expo.dev" || uri.host == "staging-u.expo.dev" in <lambda>() constant
38 appEntry["isEASUpdate"] = isEASUpdate in <lambda>()
40 if (isEASUpdate) { in <lambda>()
52 if (isEASUpdate) { in <lambda>()
/expo/packages/expo-dev-launcher/bundle/providers/
H A DRecentlyOpenedAppsProvider.tsx17 isEASUpdate: true;
21 | (App & { isEASUpdate: false });
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt139 app.putBoolean("isEASUpdate", recentlyOpenedApp.isEASUpdate == true) in getRecentlyOpenedApps()
141 if (recentlyOpenedApp.isEASUpdate == true) { in getRecentlyOpenedApps()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/
H A DDevLauncherController.kt110 val isEASUpdate = isEASUpdateURL(url) in <lambda>() constant
113 if (isEASUpdate && projectUrl == null) { in <lambda>()
/expo/packages/expo-dev-launcher/bundle/screens/
H A DHomeScreen.tsx90 if (app.isEASUpdate) {
290 if (app.isEASUpdate && app.updateMessage != null) {
/expo/packages/expo-dev-launcher/bundle/screens/__tests__/
H A DHomeScreen.test.tsx220 isEASUpdate: false,
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle1296isEASUpdate){var s=(0,y.formatUpdateUrl)(n.url,n.updateMessage);(0,S.loadUpdate)(s,J).catch((funct…