Home
last modified time | relevance | path

Searched refs:AppContextConfig (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-modules-core/ios/Swift/
H A DAppContextConfig.swift3 public struct AppContextConfig { struct
4 public static var `default` = AppContextConfig()
H A DAppContext.swift18 public let config: AppContextConfig
86 public init(config: AppContextConfig = .default) {
93 …nce init(legacyModulesProxy: Any, legacyModuleRegistry: Any, config: AppContextConfig = .default) {
/expo/ios/Exponent/Versioned/Core/
H A DVersionManager.swift98 private func createAppContextConfig() -> AppContextConfig { in createAppContextConfig()
108 return AppContextConfig( in createAppContextConfig()