Home
last modified time | relevance | path

Searched refs:rootViewInitialProperties (Results 1 – 5 of 5) sorted by relevance

/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/ReactDelegateHandler/
H A DExpoUpdatesReactDelegateHandler.swift18 private var rootViewInitialProperties: [AnyHashable: Any]? variable
72 self.rootViewInitialProperties = initialProperties in createRootView()
87 …: bridge!, moduleName: self.rootViewModuleName!, initialProperties: self.rootViewInitialProperties) in appController()
115 self.rootViewInitialProperties = nil in cleanup()
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/ReactDelegateHandler/
H A DExpoUpdatesReactDelegateHandler.swift18 private var rootViewInitialProperties: [AnyHashable: Any]? variable
72 self.rootViewInitialProperties = initialProperties in createRootView()
87 …: bridge!, moduleName: self.rootViewModuleName!, initialProperties: self.rootViewInitialProperties) in appController()
115 self.rootViewInitialProperties = nil in cleanup()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ReactDelegateHandler/
H A DExpoUpdatesReactDelegateHandler.swift18 private var rootViewInitialProperties: [AnyHashable: Any]? variable
72 self.rootViewInitialProperties = initialProperties in createRootView()
87 …: bridge!, moduleName: self.rootViewModuleName!, initialProperties: self.rootViewInitialProperties) in appController()
115 self.rootViewInitialProperties = nil in cleanup()
/expo/packages/expo-updates/ios/EXUpdates/ReactDelegateHandler/
H A DExpoUpdatesReactDelegateHandler.swift18 private var rootViewInitialProperties: [AnyHashable: Any]? variable
72 self.rootViewInitialProperties = initialProperties in createRootView()
87 …: bridge!, moduleName: self.rootViewModuleName!, initialProperties: self.rootViewInitialProperties) in appController()
115 self.rootViewInitialProperties = nil in cleanup()
/expo/packages/expo-dev-launcher/ios/ReactDelegateHandler/
H A DExpoDevLauncherReactDelegateHandler.swift16 private var rootViewInitialProperties: [AnyHashable : Any]? variable
61 self.rootViewInitialProperties = initialProperties in createRootView()
87 initProps: self.rootViewInitialProperties in devLauncherController()