Home
last modified time | relevance | path

Searched refs:isShellApp (Results 1 – 3 of 3) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DErrorFragment.kt63 val isShellApp = manifestUrl != null && manifestUrl == Constants.INITIAL_URL in onCreateView() constant
65 val userFacingErrorMessage = if (isShellApp) { in onCreateView()
H A DExperienceActivity.kt78 private var isShellApp = false in <lambda>() variable
447 isShellApp = this.manifestUrl == Constants.INITIAL_URL in <lambda>()
643 isShellApp, in <lambda>()
667 if (isShellApp || manifestUrl == null || manifest == null) { in <lambda>()
H A DReactNativeActivity.kt355 isShellApp: Boolean, in <lambda>()
434 exponentProps.put("shell", isShellApp) in <lambda>()