Home
last modified time | relevance | path

Searched defs:isDebug (Results 1 – 7 of 7) sorted by relevance

/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/build/plugins/
H A DwithInternal.js28 isDebug: EXPO_DEBUG, property
/expo/tools/src/commands/
H A DEasDispatch.ts138 const isDebug = !!process.env.EXPO_DEBUG; constant
267 const isDebug = !!process.env.EXPO_DEBUG; constant
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithMod.ts77 const isDebug = config._internal?.isDebug ?? EXPO_DEBUG; constant
/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
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoApplication.kt23 abstract val isDebug: Boolean constant in host.exp.exponent.ExpoApplication