Home
last modified time | relevance | path

Searched refs:getDevSettings (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-dev-menu/ios/
H A DEXDevMenuDevSettings.swift8 public static func getDevSettings() -> [String: Bool] { in getDevSettings() function
H A DDevMenuViewController.swift69 "devSettings": manager.getDevSettings(), in initialProps()
H A DDevMenuManager.swift415 public func getDevSettings() -> [AnyHashable: Any] { in getDevSettings() function
416 return EXDevMenuDevSettings.getDevSettings() in getDevSettings()
/expo/packages/expo-dev-menu/android/src/debug/java/expo/modules/devmenu/
H A DDevMenuDevSettings.kt8 fun getDevSettings(reactInstanceManager: ReactInstanceManager): Bundle { in getDevSettings() method
H A DDevMenuActivity.kt68 putBundle("devSettings", DevMenuManager.getDevSettings()) in getMainComponentName()
H A DDevMenuManager.kt251 fun getDevSettings(): Bundle { in <lambda>() method
254 return DevMenuDevSettings.getDevSettings(reactInstanceManager) in <lambda>()
/expo/packages/expo-dev-menu/android/src/release/java/expo/modules/devmenu/
H A DDevMenuManager.kt40 fun getDevSettings(): Bundle { in getDevSettings() method
/expo/packages/expo-dev-launcher/android/src/react-native-72/expo/modules/devlauncher/rncompatibility/
H A DDevLauncherDevSupportManager.kt68 …Settings: DevLauncherInternalSettingsWrapper = DevLauncherInternalSettingsWrapper(getDevSettings())