Home
last modified time | relevance | path

Searched refs:injectDebugServerHost (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/
H A DDevLauncherClientHost.kt20 import expo.modules.devlauncher.helpers.injectDebugServerHost
32 injectDebugServerHost(application.applicationContext, this, launcherIp!!, jsMainModuleName)
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/helpers/
H A DDevLauncherReactUtils.kt35 val result = injectDebugServerHost( in injectReactInterceptor()
53 fun injectDebugServerHost( in injectDebugServerHost() method