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 c75e0f8 commit 1c8d24aCopy full SHA for 1c8d24a
ios/ReactNativePageView.m
@@ -375,7 +375,7 @@ - (void)setReactViewControllers:(NSInteger)index
375
376
- (UIViewController *)createChildViewController:(UIView *)view {
377
UIViewController *childViewController = [[UIViewController alloc] init];
378
- childViewController.view = view;
+ [childViewController.view addSubview: view];
379
return childViewController;
380
}
381
0 commit comments