| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/helpers/ |
| H A D | DevLauncherReactUtils.kt | 17 reactNativeHost: ReactNativeHost, in injectReactInterceptor() 33 injectDevSupportManager(reactNativeHost) in injectReactInterceptor() 37 reactNativeHost, in injectReactInterceptor() 47 reactNativeHost: ReactNativeHost in injectDevSupportManager() 50 .swapDevSupportManagerImpl(reactNativeHost.reactInstanceManager) in injectDevSupportManager() 55 reactNativeHost: ReactNativeHost, in injectDebugServerHost() 60 val instanceManager = reactNativeHost.reactInstanceManager in injectDebugServerHost() 90 reactNativeHost: ReactNativeHost, in injectLocalBundleLoader() 94 val instanceManager = reactNativeHost.reactInstanceManager in injectLocalBundleLoader() 121 fun findPackagesWithDevMenuExtension(reactNativeHost: ReactNativeHost): List<ReactPackage> { in findPackagesWithDevMenuExtension() [all …]
|
| /expo/packages/expo-dev-launcher/android/src/testDebug/java/expo/modules/devlauncher/ |
| H A D | DevLauncherControllerTest.kt | 26 val reactNativeHost = mockk<ReactNativeHost>(relaxed = true) in allowReinitialization() constant 29 DevLauncherController.initialize(ApplicationProvider.getApplicationContext(), reactNativeHost) in allowReinitialization()
|
| /expo/packages/expo-dev-menu/android/src/debug/java/expo/modules/devmenu/react/ |
| H A D | DevMenuAwareReactActivity.kt | 17 DevMenuManager.initializeWithReactNativeHost(reactNativeHost) in onPostCreate()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/ |
| H A D | UpdatesController.kt | 69 private var reactNativeHost: WeakReference<ReactNativeHost>? = if (context is ReactApplication) { variable 70 WeakReference((context as ReactApplication).reactNativeHost) 135 fun setReactNativeHost(reactNativeHost: ReactNativeHost) { in setReactNativeHost() 136 this.reactNativeHost = WeakReference(reactNativeHost) in setReactNativeHost() 502 val host = reactNativeHost?.get() in relaunchReactApplication() 569 UpdatesUtils.sendEventToReactNative(reactNativeHost, logger, eventName, eventType, params) in sendEventToJS()
|
| H A D | UpdatesPackage.kt | 74 …override fun getDelayLoadAppHandler(activity: ReactActivity, reactNativeHost: ReactNativeHost): Re… in <lambda>() 79 val useDeveloperSupport = reactNativeHost.useDeveloperSupport in <lambda>()
|
| H A D | UpdatesUtils.kt | 157 reactNativeHost: WeakReference<ReactNativeHost>?, in <lambda>() 163 val host = reactNativeHost?.get() in <lambda>()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/interfaces/ |
| H A D | ReactActivityHandler.java | 65 …layLoadAppHandler getDelayLoadAppHandler(ReactActivity activity, ReactNativeHost reactNativeHost) { in getDelayLoadAppHandler() argument
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/core/interfaces/ |
| H A D | ReactActivityHandler.java | 65 …layLoadAppHandler getDelayLoadAppHandler(ReactActivity activity, ReactNativeHost reactNativeHost) { in getDelayLoadAppHandler() argument
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/ |
| H A D | UpdatesPackage.kt | 68 …override fun getDelayLoadAppHandler(activity: ReactActivity, reactNativeHost: ReactNativeHost): Re… in <lambda>() 73 val useDeveloperSupport = reactNativeHost.useDeveloperSupport in <lambda>()
|
| /expo/packages/expo-dev-menu-interface/android/src/main/java/expo/interfaces/devmenu/ |
| H A D | DevMenuManagerInterface.kt | 53 fun initializeWithReactNativeHost(reactNativeHost: ReactNativeHost)
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/adapters/react/apploader/ |
| H A D | RNHeadlessAppLoader.kt | 23 …val reactInstanceManager = (context.applicationContext as ReactApplication).reactNativeHost.reactI… in loadApp()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/adapters/react/apploader/ |
| H A D | RNHeadlessAppLoader.kt | 23 …val reactInstanceManager = (context.applicationContext as ReactApplication).reactNativeHost.reactI… in loadApp()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/adapters/react/apploader/ |
| H A D | RNHeadlessAppLoader.kt | 23 …val reactInstanceManager = (context.applicationContext as ReactApplication).reactNativeHost.reactI… in loadApp()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/adapters/react/apploader/ |
| H A D | RNHeadlessAppLoader.kt | 23 …val reactInstanceManager = (context.applicationContext as ReactApplication).reactNativeHost.reactI… in loadApp()
|
| /expo/packages/expo-dev-launcher/android/src/testDebug/java/expo/modules/devlauncher/launcher/loaders/ |
| H A D | DevLauncherAppLoaderFactoryTest.kt | 39 val reactNativeHost = mockk<ReactNativeHost>(relaxed = true) in setup() constant 45 single { reactNativeHost } in setup()
|
| /expo/packages/expo-dev-menu/android/src/main/java/expo/modules/devmenu/ |
| H A D | DevMenuPackage.kt | 59 …nuManager.initializeWithReactNativeHost((activity.application as ReactApplication).reactNativeHost) in createReactActivityLifecycleListeners()
|
| /expo/packages/expo-dev-launcher/android/src/expo-45/expo/modules/devlauncher/ |
| H A D | DevLauncherPackageDelegate.kt | 51 DevLauncherController.initialize(application, application.reactNativeHost) in createNativeModules()
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/ |
| H A D | DevLauncherClientHost.kt | 79 val appHost = (application as ReactApplication)?.reactNativeHost ?: return null in getJSMainModuleName()
|
| /expo/packages/expo-dev-launcher/android/src/release/java/expo/modules/devlauncher/ |
| H A D | DevLauncherController.kt | 98 fun initialize(context: Context, reactNativeHost: ReactNativeHost) { in initialize()
|
| /expo/packages/expo-dev-menu/android/src/release/java/expo/modules/devmenu/ |
| H A D | DevMenuManager.kt | 70 override fun initializeWithReactNativeHost(reactNativeHost: ReactNativeHost) = Unit in onKeyEvent()
|
| /expo/packages/expo-dev-menu/android/src/debug/java/expo/modules/devmenu/ |
| H A D | DevMenuHost.kt | 120 val appHost = (application as ReactApplication)?.reactNativeHost ?: return null in getReactPackageTurboModuleManagerDelegateBuilder()
|
| H A D | DevMenuManager.kt | 435 override fun initializeWithReactNativeHost(reactNativeHost: ReactNativeHost) { in <lambda>() 436 setDelegate(DevMenuDefaultDelegate(reactNativeHost)) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/ |
| H A D | ReactActivityDelegateWrapper.kt | 106 plainActivity, reactNativeHost, mainComponentName, launchOptions in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/ |
| H A D | ReactActivityDelegateWrapper.kt | 106 plainActivity, reactNativeHost, mainComponentName, launchOptions in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/ |
| H A D | ReactActivityDelegateWrapper.kt | 139 plainActivity, reactNativeHost, mainComponentName, launchOptions in <lambda>()
|