Home
last modified time | relevance | path

Searched refs:getUpdatesConfig (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-dev-launcher/ios/
H A DDevLauncherInternal.swift23 "updatesConfig": EXDevLauncherController.sharedInstance().getUpdatesConfig() in definition()
H A DEXDevLauncherController.h89 - (NSDictionary *)getUpdatesConfig;
H A DEXDevLauncherController.m750 -(NSDictionary *)getUpdatesConfig
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt56 "updatesConfig" to getUpdatesConfig(), in getName()
60 private fun getUpdatesConfig(): WritableMap { in getUpdatesConfig() method