Home
last modified time | relevance | path

Searched refs:createRootView (Results 1 – 19 of 19) sorted by relevance

/expo/ios/versioned/sdk47/ExpoModulesCore/ios/ReactDelegates/
H A DExpoReactDelegate.swift25 …public func createRootView(bridge: ABI47_0_0RCTBridge, moduleName: String, initialProperties: [Any… in createRootView() function
27 ….compactMap { $0.createRootView(reactDelegate: self, bridge: bridge, moduleName: moduleName, initi… in createRootView()
H A DExpoReactDelegateHandler.swift26 …open func createRootView(reactDelegate: ExpoReactDelegate, bridge: ABI47_0_0RCTBridge, moduleName:… in createRootView() function
/expo/packages/expo-modules-core/ios/ReactDelegates/
H A DExpoReactDelegate.swift25 public func createRootView(
32 ….compactMap { $0.createRootView(reactDelegate: self, bridge: bridge, moduleName: moduleName, initi…
H A DExpoReactDelegateHandler.swift26 …open func createRootView(reactDelegate: ExpoReactDelegate, bridge: RCTBridge, moduleName: String, … in createRootView() function
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/ReactDelegates/
H A DExpoReactDelegate.swift25 public func createRootView(
32 ….compactMap { $0.createRootView(reactDelegate: self, bridge: bridge, moduleName: moduleName, initi…
H A DExpoReactDelegateHandler.swift26 …open func createRootView(reactDelegate: ExpoReactDelegate, bridge: ABI48_0_0RCTBridge, moduleName:… in createRootView() function
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/ReactDelegates/
H A DExpoReactDelegate.swift25 public func createRootView(
32 ….compactMap { $0.createRootView(reactDelegate: self, bridge: bridge, moduleName: moduleName, initi…
H A DExpoReactDelegateHandler.swift26 …open func createRootView(reactDelegate: ExpoReactDelegate, bridge: ABI49_0_0RCTBridge, moduleName:… in createRootView() function
/expo/packages/expo-dev-menu/android/src/debug/java/expo/modules/devmenu/
H A DDevMenuActivity.kt74 override fun createRootView(): ReactRootView { in getMainComponentName() method
79 rootView = super.createRootView().apply { setIsFabric(fabricEnabled) } in getMainComponentName()
84 override fun createRootView(bundle: Bundle?): ReactRootView { in getMainComponentName() method
89 rootView = super.createRootView(bundle) in getMainComponentName()
/expo/packages/expo-dev-menu/ios/ReactDelegateHandler/
H A DExpoDevMenuReactDelegateHandler.swift24 …public override func createRootView(reactDelegate: ExpoReactDelegate, bridge: RCTBridge, moduleNam… in createRootView() function
/expo/packages/expo-dev-launcher/ios/ReactDelegateHandler/
H A DExpoDevLauncherReactDelegateHandler.swift55 …public override func createRootView(reactDelegate: ExpoReactDelegate, bridge: RCTBridge, moduleNam… in createRootView() function
83 guard let rootView = bridgeDelegateHandler.createRootView( in devLauncherController()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/
H A DReactActivityDelegateWrapper.kt44 override fun createRootView(): ReactRootView { in <lambda>() method in abi48_0_0.expo.modules.ReactActivityDelegateWrapper
108 override fun createRootView(): ReactRootView { in <lambda>() method
109 return this@ReactActivityDelegateWrapper.createRootView() in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/
H A DReactActivityDelegateWrapper.kt44 override fun createRootView(): ReactRootView { in <lambda>() method in abi47_0_0.expo.modules.ReactActivityDelegateWrapper
108 override fun createRootView(): ReactRootView { in <lambda>() method
109 return this@ReactActivityDelegateWrapper.createRootView() in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/
H A DReactActivityDelegateWrapper.kt53 override fun createRootView(): ReactRootView { in <lambda>() method in abi49_0_0.expo.modules.ReactActivityDelegateWrapper
141 override fun createRootView(): ReactRootView { in <lambda>() method
142 return this@ReactActivityDelegateWrapper.createRootView() in <lambda>()
/expo/packages/expo/android/src/main/java/expo/modules/
H A DReactActivityDelegateWrapper.kt53 override fun createRootView(): ReactRootView { in <lambda>() method in expo.modules.ReactActivityDelegateWrapper
141 override fun createRootView(): ReactRootView { in <lambda>() method
142 return this@ReactActivityDelegateWrapper.createRootView() in <lambda>()
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/ReactDelegateHandler/
H A DExpoUpdatesReactDelegateHandler.swift66 …public override func createRootView(reactDelegate: ExpoReactDelegate, bridge: ABI48_0_0RCTBridge, … in createRootView() function
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/ReactDelegateHandler/
H A DExpoUpdatesReactDelegateHandler.swift66 …public override func createRootView(reactDelegate: ExpoReactDelegate, bridge: ABI47_0_0RCTBridge, … in createRootView() function
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ReactDelegateHandler/
H A DExpoUpdatesReactDelegateHandler.swift66 …public override func createRootView(reactDelegate: ExpoReactDelegate, bridge: ABI49_0_0RCTBridge, … in createRootView() function
/expo/packages/expo-updates/ios/EXUpdates/ReactDelegateHandler/
H A DExpoUpdatesReactDelegateHandler.swift66 …public override func createRootView(reactDelegate: ExpoReactDelegate, bridge: RCTBridge, moduleNam… in createRootView() function