Home
last modified time | relevance | path

Searched refs:isDebug (Results 1 – 14 of 14) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DDetachActivity.kt23 abstract val isDebug: Boolean in publishedUrl() constant in host.exp.exponent.experience.DetachActivity
26 ExpoViewBuildConfig.DEBUG = isDebug in publishedUrl()
27 Constants.INITIAL_URL = if (isDebug) developmentUrl() else publishedUrl() in publishedUrl()
50 } else if (isDebug && kernel.hasOptionsForManifestUrl(publishedUrl())) { in shouldCheckOptions()
/expo/tools/src/commands/
H A DEasDispatch.ts138 const isDebug = !!process.env.EXPO_DEBUG; constant
152 { stdio: isDebug ? 'inherit' : 'pipe' }
157 { stdio: isDebug ? 'inherit' : 'pipe' }
182 stdio: isDebug ? 'inherit' : 'pipe',
200 { stdio: isDebug ? 'inherit' : 'pipe' }
231 if (!isDebug) {
267 const isDebug = !!process.env.EXPO_DEBUG; constant
283 { stdio: isDebug ? 'inherit' : 'pipe' }
300 if (!isDebug) {
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoApplication.kt23 abstract val isDebug: Boolean constant in host.exp.exponent.ExpoApplication
31 ExpoViewBuildConfig.DEBUG = isDebug in onCreate()
89 return !isDebug in shouldUseEmbeddedKernel()
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithMod.ts77 const isDebug = config._internal?.isDebug ?? EXPO_DEBUG; constant
78 if (isDebug) {
105 if (isDebug) {
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithMod.js78isDebug = (_config$_internal$isD = (_config$_internal = config._internal) === null || _config$_in…
79 if (isDebug) {
101 if (isDebug) {
H A DwithMod.js.map1isDebug","_internal","stack","Error","getDebugPluginStackFromStackTrace","modStack","chalk","bold"…
/expo/packages/@expo/config/src/plugins/
H A DwithInternal.ts22 isDebug: EXPO_DEBUG,
/expo/packages/@expo/config/build/plugins/
H A DwithInternal.js28 isDebug: EXPO_DEBUG, property
H A DwithInternal.js.map1isDebug"],"sources":["../../src/plugins/withInternal.ts"],"sourcesContent":["import { ConfigPlugin…
/expo/android/app/src/main/java/host/exp/exponent/
H A DMainApplication.java18 public boolean isDebug() { in isDebug() method in MainApplication
H A DMainActivity.kt26 override val isDebug = BuildConfig.DEBUG constant in host.exp.exponent.MainActivity
/expo/packages/@expo/config/src/__tests__/
H A DConfigParsing-test.ts49 isDebug: false,
94 isDebug: false,
/expo/packages/@expo/cli/src/run/ios/
H A DXcodeBuild.ts241 isDebug: env.EXPO_DEBUG,
/expo/android/expoview/src/main/java/host/exp/expoview/
H A DExponent.kt282 isDebug: Boolean, in <lambda>()
286 if (!isDebug) { in <lambda>()