We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c491ba3 commit e8a6f1dCopy full SHA for e8a6f1d
ios/Modules/Helper/ReactAppProvider.swift
@@ -31,7 +31,7 @@ open class ReactAppProvider: RCTAppDelegate {
31
}
32
33
public func reactAppView() -> UIView? {
34
- let view = rootViewFactory.view(withModuleName: reactRootViewName)
+ let view = rootViewFactory().view(withModuleName: reactRootViewName)
35
view.autoresizingMask = [.flexibleWidth, .flexibleHeight]
36
view.frame = window.rootViewController?.view.frame ?? .zero
37
return view
0 commit comments