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 561d132 commit 2692bafCopy full SHA for 2692baf
docs/new-architecture-app-renderer-ios.md
@@ -66,13 +66,13 @@ The way to render your app with Fabric depends on your setup. Here is an example
66
_contextContainer->insert("ReactNativeConfig", _reactNativeConfig);
67
68
_bridgeAdapter = [[RCTSurfacePresenterBridgeAdapter alloc]
69
- initWithBridge:_bridge
+ initWithBridge:bridge
70
contextContainer:_contextContainer];
71
72
- _bridge.surfacePresenter = _bridgeAdapter.surfacePresenter;
+ bridge.surfacePresenter = _bridgeAdapter.surfacePresenter;
73
74
UIView *rootView =
75
- [[RCTFabricSurfaceHostingProxyRootView alloc] initWithBridge:_bridge
+ [[RCTFabricSurfaceHostingProxyRootView alloc] initWithBridge:bridge
76
moduleName:<#moduleName#>
77
initialProperties:nil];
78
#else
0 commit comments