Searched refs:ExpoViewBuildConfig (Results 1 – 9 of 9) sorted by relevance
16 import host.exp.expoview.ExpoViewBuildConfig31 ExpoViewBuildConfig.DEBUG = isDebug in onCreate()32 ExpoViewBuildConfig.USE_EMBEDDED_KERNEL = shouldUseEmbeddedKernel() in onCreate()34 if (ExpoViewBuildConfig.DEBUG && Constants.WAIT_FOR_DEBUGGER) { in onCreate()
12 import host.exp.expoview.ExpoViewBuildConfig25 if (ExpoViewBuildConfig.DEBUG) { in handleError()33 if (ExpoViewBuildConfig.DEBUG) { in handleError()
63 import host.exp.expoview.ExpoViewBuildConfig in <lambda>()198 …bundleUrl + (if (ExpoViewBuildConfig.DEBUG) "" else "?versionName=" + ExpoViewKernel.instance.vers… in <lambda>()204 if (!ExpoViewBuildConfig.DEBUG) { in <lambda>()226 if (!ExpoViewBuildConfig.DEBUG) { in <lambda>()278 if (ExpoViewBuildConfig.DEBUG) { in <lambda>()
4 object ExpoViewBuildConfig { object
451 if (!ExpoViewBuildConfig.DEBUG) { in <lambda>()
7 import host.exp.expoview.ExpoViewBuildConfig46 if (ExpoViewBuildConfig.DEBUG) { in getNewClient()
13 import host.exp.expoview.ExpoViewBuildConfig26 ExpoViewBuildConfig.DEBUG = isDebug in publishedUrl()
5 import host.exp.expoview.ExpoViewBuildConfig in <lambda>()42 val extraMessage = if (ExpoViewBuildConfig.DEBUG) { in <lambda>()
7 import host.exp.expoview.ExpoViewBuildConfig131 … ExponentSharedPreferencesKey.USE_EMBEDDED_KERNEL_KEY to ExpoViewBuildConfig.USE_EMBEDDED_KERNEL,