| /expo/packages/expo-dev-client/e2e/android/ |
| H A D | MainActivity.java | 10 import expo.modules.devlauncher.DevLauncherController; 24 if (DevLauncherController.tryToHandleIntent(this, intent)) { in onNewIntent() 32 …return DevLauncherController.wrapReactActivityDelegate(this, () -> new ReactActivityDelegateWrappe… in createReactActivityDelegate()
|
| H A D | MainApplication.java | 18 import expo.modules.devlauncher.DevLauncherController; 73 DevLauncherController.initialize(this, mReactNativeHost); in onCreate()
|
| H A D | DetoxTest.java | 26 import expo.modules.devlauncher.DevLauncherController; 39 return DevLauncherController.getInstance().getDevClientHost(); in getReactNativeHost()
|
| /expo/packages/expo-dev-launcher/android/src/react-native-72/expo/modules/devlauncher/rncompatibility/ |
| H A D | DevLauncherReactNativeHostHandler.kt | 11 import expo.modules.devlauncher.DevLauncherController 21 …return if (DevLauncherController.wasInitialized()) DevLauncherController.instance.useDeveloperSupp… in getUseDeveloperSupport()
|
| H A D | DevLauncherDevSupportManager.kt | 30 import expo.modules.devlauncher.DevLauncherController 96 if (!DevLauncherController.wasInitialized()) { in showNewJavaError()
|
| /expo/packages/expo-dev-launcher/android/src/react-native-69/expo/modules/devlauncher/rncompatibility/ |
| H A D | DevLauncherReactNativeHostHandler.kt | 11 import expo.modules.devlauncher.DevLauncherController 21 …return if (DevLauncherController.wasInitialized()) DevLauncherController.instance.useDeveloperSupp… in getUseDeveloperSupport()
|
| H A D | DevLauncherDevSupportManager.kt | 27 import expo.modules.devlauncher.DevLauncherController 101 if (!DevLauncherController.wasInitialized()) { in showNewJavaError()
|
| /expo/packages/expo-dev-launcher/android/src/testDebug/java/expo/modules/devlauncher/ |
| H A D | DevLauncherControllerTest.kt | 29 DevLauncherController.initialize(ApplicationProvider.getApplicationContext(), reactNativeHost) in allowReinitialization() 34 val controller = DevLauncherController.instance as DevLauncherController in sets shouldAutoLaunch on dev menu manager()
|
| /expo/packages/expo-dev-launcher/android/src/expo-45/expo/modules/devlauncher/ |
| H A D | DevLauncherPackageDelegate.kt | 30 if (DevLauncherController.wasInitialized()) { in <lambda>() 51 DevLauncherController.initialize(application, application.reactNativeHost) in createNativeModules() 65 return DevLauncherController.tryToHandleIntent(activityContext, intent) in createReactActivityLifecycleListeners() 77 return DevLauncherController.wrapReactActivityDelegate( in createReactActivityHandlers()
|
| /expo/packages/expo-dev-launcher/android/src/release/java/expo/modules/devlauncher/ |
| H A D | DevLauncherController.kt | 21 class DevLauncherController private constructor() : DevLauncherControllerInterface { class 89 private var sInstance: DevLauncherController? = null 92 val instance: DevLauncherController 100 sInstance = DevLauncherController() in initialize()
|
| /expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/activities/ |
| H A D | DevClientBundledAppActivity.kt | 6 import expo.modules.devlauncher.DevLauncherController.Companion.tryToHandleIntent 7 import expo.modules.devlauncher.DevLauncherController.Companion.wrapReactActivityDelegate
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/ |
| H A D | DevLauncherInternalModule.kt | 13 import expo.modules.devlauncher.DevLauncherController 14 import expo.modules.devlauncher.DevLauncherController.Companion.wasInitialized 63 …val runtimeVersion = DevLauncherController.getMetadataValue(reactApplicationContext, "expo.modules… in getUpdatesConfig() 64 …val sdkVersion = DevLauncherController.getMetadataValue(reactApplicationContext, "expo.modules.upd… in getUpdatesConfig() 65 …var projectUrl = DevLauncherController.getMetadataValue(reactApplicationContext, "expo.modules.upd… in getUpdatesConfig() 236 …val runtimeVersion = DevLauncherController.getMetadataValue(reactApplicationContext, "expo.modules… in getBuildInfo() 237 …val sdkVersion = DevLauncherController.getMetadataValue(reactApplicationContext, "expo.modules.upd… in getBuildInfo() 240 …var updatesUrl = DevLauncherController.getMetadataValue(reactApplicationContext, "expo.modules.upd… in getBuildInfo()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | DevLauncherController.swift | 20 public final class DevLauncherController: NSObject, UpdatesExternalInterface { class 44 public static let sharedInstance = DevLauncherController() 153 domain: DevLauncherController.ErrorDomain, in setup() 165 domain: DevLauncherController.ErrorDomain, in setup() 228 domain: DevLauncherController.ErrorDomain,
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | DevLauncherController.swift | 20 public final class DevLauncherController: NSObject, UpdatesExternalInterface { class 44 public static let sharedInstance = DevLauncherController() 153 domain: DevLauncherController.ErrorDomain, in setup() 165 domain: DevLauncherController.ErrorDomain, in setup() 228 domain: DevLauncherController.ErrorDomain,
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/ |
| H A D | DevLauncherNetworkInterceptor.kt | 10 import expo.modules.devlauncher.DevLauncherController 17 internal class DevLauncherNetworkInterceptor(controller: DevLauncherController) : Closeable, ExpoRe… 45 …return DevLauncherController.wasInitialized() && weakController.get()?.appHost?.reactInstanceManag… in shouldEmitEvents()
|
| H A D | DevLauncherClientHost.kt | 16 import expo.modules.devlauncher.DevLauncherController 47 val additionalPackages = (DevLauncherController.sAdditionalPackages ?: emptyList()) in getUseDeveloperSupport()
|
| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/ |
| H A D | DevLauncherControllerInterface.kt | 9 import expo.modules.devlauncher.DevLauncherController 28 val mode: DevLauncherController.Mode
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/ |
| H A D | DevLauncherUncaughtExceptionHandler.kt | 10 import expo.modules.devlauncher.DevLauncherController 19 private val controller: DevLauncherController, 104 controller.mode != DevLauncherController.Mode.APP || in tryToSendExceptionToBundler()
|
| /expo/packages/expo-dev-launcher/android/src/with-updates/expo/modules/devlauncher/ |
| H A D | DevLauncherUpdatesInterfaceDelegate.kt | 8 … DevLauncherController.instance.updatesInterface = UpdatesDevLauncherController.initialize(context) in initializeUpdatesInterface()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ReactDelegateHandler/ |
| H A D | ExpoUpdatesAppDelegateSubscriber.swift | 14 UpdatesControllerRegistry.sharedInstance.controller = DevLauncherController.sharedInstance in application()
|
| /expo/packages/expo-updates/ios/EXUpdates/ReactDelegateHandler/ |
| H A D | ExpoUpdatesAppDelegateSubscriber.swift | 14 UpdatesControllerRegistry.sharedInstance.controller = DevLauncherController.sharedInstance in application()
|
| /expo/packages/expo-test-runner/templates/detox/android/app/src/androidTest/java/com/testrunner/ |
| H A D | DetoxTest.java | 26 import expo.modules.devlauncher.DevLauncherController; 39 return DevLauncherController.getInstance().getDevClientHost(); in getReactNativeHost()
|
| /expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/scenarios/ |
| H A D | DevLauncherBasicScenario.kt | 14 import expo.modules.devlauncher.DevLauncherController 51 DevLauncherController.initialize(appContext, rnHost, launcherClass = launcherClass) in setUp()
|
| /expo/packages/expo-dev-launcher/ |
| H A D | README.md | 41 Open [DevLauncherController.kt](/packages/expo-dev-launcher/android/src/debug/java/expo/modules/dev…
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/ |
| H A D | DevLauncherController.kt | 47 class DevLauncherController private constructor() : in <lambda>() class 386 val controller = DevLauncherController() in <lambda>()
|